Move SSSExtra out of SelectionSections

This commit is contained in:
2024-10-25 21:55:09 +01:00
parent 069392bd33
commit a20fc48eaa
8 changed files with 207 additions and 181 deletions
+15 -1
View File
@@ -1 +1,15 @@
All good (595 modules, at 21:27:54)
/home/justin/Haskell/loop/src/Dodge/Update/Input/InGame.hs:211:9-11: warning: [-Wunused-matches]
Defined but not used: sss
|
211 | sss <- he ^? diSections
| ^^^
/home/justin/Haskell/loop/src/Dodge/Update/Input/InGame.hs:219:9-11: warning: [-Wunused-matches]
Defined but not used: sss
|
219 | sss <- ci ^? ciSections
| ^^^
/home/justin/Haskell/loop/src/Dodge/InputFocus.hs:14:1-31: warning: [-Wunused-imports]
The import of Dodge.Data.SelectionList is redundant
|
14 | import Dodge.Data.SelectionList
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^