Remove SelectionSections
This commit is contained in:
@@ -177,11 +177,8 @@ defaultDisplayInventory =
|
||||
-- { _sssFilters = IM.fromList [(-1, mempty), (2, mempty)]
|
||||
-- }
|
||||
|
||||
defaultInvSections :: SelectionSections ()
|
||||
defaultInvSections =
|
||||
SelectionSections
|
||||
{ _sssSections =
|
||||
IM.fromDistinctAscList $
|
||||
defaultInvSections :: IM.IntMap (SelectionSection ())
|
||||
defaultInvSections = IM.fromDistinctAscList $
|
||||
zip
|
||||
[-1 ..]
|
||||
[ defaultFiltSection
|
||||
@@ -191,8 +188,6 @@ defaultInvSections =
|
||||
& ssDescriptor .~ "NEARBY"
|
||||
, defaultCOSection
|
||||
]
|
||||
-- , _sssExtra = defaultSSSExtra
|
||||
}
|
||||
|
||||
defaultSS :: SelectionSection a
|
||||
defaultSS =
|
||||
|
||||
Reference in New Issue
Block a user