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