Commit before using central mouse context type
This commit is contained in:
+25
-1
@@ -1 +1,25 @@
|
||||
All good (594 modules, at 19:52:21)
|
||||
/home/justin/Haskell/loop/src/Dodge/Render/Picture.hs:106:21-24: warning: [-Wunused-matches]
|
||||
Defined but not used: ‘tmid’
|
||||
|
|
||||
106 | determineTermCursor tmid u = fromMaybe (drawPlus 5) $ do
|
||||
| ^^^^
|
||||
/home/justin/Haskell/loop/src/Dodge/Render/Picture.hs:106:26: warning: [-Wunused-matches]
|
||||
Defined but not used: ‘u’
|
||||
|
|
||||
106 | determineTermCursor tmid u = fromMaybe (drawPlus 5) $ do
|
||||
| ^
|
||||
/home/justin/Haskell/loop/src/Dodge/Render/Picture.hs:113:1-18: warning: [-Wunused-top-binds]
|
||||
Defined but not used: ‘drawWireRectCursor’
|
||||
|
|
||||
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