mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 20:51:55 -07:00
Remove unused 'screen' field
This commit is contained in:
1
Main.hs
1
Main.hs
@@ -42,7 +42,6 @@ main = do
|
|||||||
|
|
||||||
let st = XState
|
let st = XState
|
||||||
{ display = dpy
|
{ display = dpy
|
||||||
, screen = dflt
|
|
||||||
, xineScreens = xinesc
|
, xineScreens = xinesc
|
||||||
, wsOnScreen = M.fromList $ map (\n -> (n,n)) [0..((length xinesc)-1)]
|
, wsOnScreen = M.fromList $ map (\n -> (n,n)) [0..((length xinesc)-1)]
|
||||||
, theRoot = rootw
|
, theRoot = rootw
|
||||||
|
@@ -34,7 +34,6 @@ import qualified Data.Map as M
|
|||||||
-- Just the display, width, height and a window list
|
-- Just the display, width, height and a window list
|
||||||
data XState = XState
|
data XState = XState
|
||||||
{ display :: Display -- ^ the X11 display
|
{ display :: Display -- ^ the X11 display
|
||||||
, screen :: !ScreenNumber
|
|
||||||
|
|
||||||
, xineScreens :: ![Rectangle] -- ^ dimensions of each screen
|
, xineScreens :: ![Rectangle] -- ^ dimensions of each screen
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user