Cleanup
This commit is contained in:
@@ -204,9 +204,7 @@ filterSectionsPair infocus filtfn itms filtdescription mfilt = (filtsis, itms')
|
|||||||
True
|
True
|
||||||
white
|
white
|
||||||
0
|
0
|
||||||
itms' = fromMaybe itms $ do
|
itms' = maybe id (IM.filter . filtfn) mfilt itms
|
||||||
str <- mfilt
|
|
||||||
return $ IM.filter (filtfn str) itms
|
|
||||||
numfiltitems = " " ++ show (length itms - length itms') ++ " FILTERED"
|
numfiltitems = " " ++ show (length itms - length itms') ++ " FILTERED"
|
||||||
|
|
||||||
invDimColor :: Color
|
invDimColor :: Color
|
||||||
|
|||||||
Reference in New Issue
Block a user