Centralise mouse context data
This commit is contained in:
+10
-10
@@ -1,3 +1,13 @@
|
||||
/home/justin/Haskell/loop/src/Dodge/Update.hs:306:1-27: warning: [-Wunused-top-binds]
|
||||
Defined but not used: ‘updateMouseInventoryEffects’
|
||||
|
|
||||
306 | updateMouseInventoryEffects cfig w = w
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
/home/justin/Haskell/loop/src/Dodge/Update.hs:306:29-32: warning: [-Wunused-matches]
|
||||
Defined but not used: ‘cfig’
|
||||
|
|
||||
306 | updateMouseInventoryEffects cfig w = w
|
||||
| ^^^^
|
||||
/home/justin/Haskell/loop/src/Dodge/Render/Picture.hs:106:21-24: warning: [-Wunused-matches]
|
||||
Defined but not used: ‘tmid’
|
||||
|
|
||||
@@ -13,13 +23,3 @@
|
||||
|
|
||||
113 | drawWireRectCursor = scale 0.1 0.1 $ text [cWireRect]
|
||||
| ^^^^^^^^^^^^^^^^^^
|
||||
/home/justin/Haskell/loop/src/Dodge/Update.hs:306:1-27: warning: [-Wunused-top-binds]
|
||||
Defined but not used: ‘updateMouseInventoryEffects’
|
||||
|
|
||||
306 | updateMouseInventoryEffects cfig w = w
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
/home/justin/Haskell/loop/src/Dodge/Update.hs:306:29-32: warning: [-Wunused-matches]
|
||||
Defined but not used: ‘cfig’
|
||||
|
|
||||
306 | updateMouseInventoryEffects cfig w = w
|
||||
| ^^^^
|
||||
|
||||
Reference in New Issue
Block a user