Remove unused 'screen' field

This commit is contained in:
Spencer Janssen
2007-04-09 07:35:10 +00:00
parent 8c88e102b4
commit a99841e554
2 changed files with 0 additions and 2 deletions

View File

@@ -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

View File

@@ -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