16 lines
630 B
Plaintext
16 lines
630 B
Plaintext
/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
|
||
| ^
|