Remove useless code

This commit is contained in:
2023-03-26 23:09:16 +01:00
parent 55e0b2217f
commit 7a36b69818
5 changed files with 17 additions and 72 deletions
-5
View File
@@ -22,11 +22,6 @@ defaultInput =
, _mouseMoving = False
, _scrollAmount = 0
, _smoothScrollAmount = 0
, _lrLine = (0, 0)
, _lLine = (0, 0)
, _rLine = (0, 0)
, _lSelect = 0
, _rSelect = 0
, _scrollTestFloat = 1
, _scrollTestInt = 0
}