Decouple selection section inventory position
This commit is contained in:
+10
@@ -3,3 +3,13 @@
|
||||
|
|
||||
357 | shiftInvItems x w = w
|
||||
| ^
|
||||
/home/justin/Haskell/loop/src/Dodge/Inventory/Location.hs:13:1-31: warning: [-Wunused-imports]
|
||||
The import of ‘Dodge.Data.SelectionList’ is redundant
|
||||
|
|
||||
13 | import Dodge.Data.SelectionList
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
/home/justin/Haskell/loop/src/Dodge/Inventory/Location.hs:75:9-11: warning: [-Wunused-matches]
|
||||
Defined but not used: ‘sss’
|
||||
|
|
||||
75 | sss <- w ^? hud . hudElement . diSections
|
||||
| ^^^
|
||||
|
||||
Reference in New Issue
Block a user