Continue mouse/inventory refactor
This commit is contained in:
+15
-1
@@ -1 +1,15 @@
|
||||
All good (594 modules, at 21:00:22)
|
||||
/home/justin/Haskell/loop/src/Dodge/Update/Input/InGame.hs:123:1-15: warning: [-Wunused-top-binds]
|
||||
Defined but not used: ‘tryDropSelected’
|
||||
|
|
||||
123 | tryDropSelected w = do
|
||||
| ^^^^^^^^^^^^^^^
|
||||
/home/justin/Haskell/loop/src/Dodge/Update/Input/InGame.hs:130:1-17: warning: [-Wunused-top-binds]
|
||||
Defined but not used: ‘tryPickupSelected’
|
||||
|
|
||||
130 | tryPickupSelected w = do
|
||||
| ^^^^^^^^^^^^^^^^^
|
||||
/home/justin/Haskell/loop/src/Dodge/Update/Input/InGame.hs:134:19: warning: [-Wunused-matches]
|
||||
Defined but not used: ‘x’
|
||||
|
|
||||
134 | OverInvDrag 3 x <- w ^? input . mouseContext
|
||||
| ^
|
||||
|
||||
Reference in New Issue
Block a user