Skip to content

Commit

Permalink
remove an unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
geekosaur committed May 14, 2023
1 parent 01c4d5d commit faebe64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XMonad/Layout/PerScreen.hs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ onScreen s = onScreens [s]
-- to use the 'S' constructor.
onScreens :: (LayoutClass l1 a, LayoutClass l2 a)
=> [ScreenId] -> l1 a -> l2 a -> OnScreen l1 l2 a
onScreens ss l1 l2 = OnScreen ss l1 l2 False -- @@@ is this right?
onScreens ss l1 l2 = OnScreen ss l1 l2 False

data OnScreen l1 l2 a = OnScreen [ScreenId] (l1 a) (l2 a) Bool
deriving (Read, Show)
Expand Down

0 comments on commit faebe64

Please sign in to comment.