Cleanup
This commit is contained in:
@@ -21,11 +21,6 @@ data CursorDisplay
|
||||
= BoundaryCursor {_cursSides :: [CardinalPoint]}
|
||||
| BackdropCursor
|
||||
|
||||
data SelectionList a = SelectionList
|
||||
{ _slItems :: [SelectionItem a]
|
||||
-- , _slSelPos :: Maybe Int
|
||||
}
|
||||
|
||||
data SectionCursor = SectionCursor
|
||||
{ _scurPos :: Int
|
||||
, _scurSize :: Int
|
||||
@@ -66,7 +61,6 @@ data SelectionItem a
|
||||
}
|
||||
|
||||
makeLenses ''ListDisplayParams
|
||||
makeLenses ''SelectionList
|
||||
makeLenses ''SelectionItem
|
||||
makeLenses ''SelectionSection
|
||||
makeLenses ''SectionCursor
|
||||
|
||||
@@ -81,7 +81,7 @@ data ScreenLayer
|
||||
, _scOffset :: Int
|
||||
, _scPositionedMenuOption :: EscapeMenuOption
|
||||
, _scOptionFlag :: OptionScreenFlag
|
||||
, _scSelectionList :: SelectionList (Universe -> Universe,Universe->Universe)
|
||||
, _scSelectionList :: [SelectionItem (Universe -> Universe,Universe->Universe)]
|
||||
, _scAvailableLines :: Int
|
||||
, _scListDisplayParams :: ListDisplayParams
|
||||
, _scDisplayTime :: Int
|
||||
|
||||
Reference in New Issue
Block a user