summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2009-01-27 02:16:20 +0000
committerokan <okan>2009-01-27 02:16:20 +0000
commit6ad198022b7ccdcaba091827d6cef3be27bb8d87 (patch)
tree22997cc93927d193f1bcbc0b58d313b1ddab3154 /calmwm.h
parentc750462d13e2ee289d715bca58a85123d6f055f5 (diff)
downloadcwm-6ad198022b7ccdcaba091827d6cef3be27bb8d87.tar.gz
cwm-6ad198022b7ccdcaba091827d6cef3be27bb8d87.tar.xz
cwm-6ad198022b7ccdcaba091827d6cef3be27bb8d87.zip
remove Nscreens and x_screenname() - we really don't need them.
ok oga@
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/calmwm.h b/calmwm.h
index 6d32354..c9248ac 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -47,7 +47,6 @@ struct screen_ctx {
 	Colormap	 colormap;
 	XColor		 bgcolor, fgcolor, fccolor, redcolor, graycolor,
 			 whitecolor, blackcolor;
-	char		*display;
 	unsigned long	 blackpixl, whitepixl, redpixl, bluepixl, graypixl;
 	GC		 gc;
 
@@ -310,7 +309,6 @@ int			 input_keycodetrans(KeyCode, u_int, enum ctltype *,
 
 int			 x_errorhandler(Display *, XErrorEvent *);
 void			 x_setup(void);
-char			*x_screenname(int);
 void			 x_setupscreen(struct screen_ctx *, u_int);
 __dead void		 usage(void);
 
@@ -512,7 +510,6 @@ extern Cursor				 Cursor_question;
 
 extern struct screen_ctx_q		 Screenq;
 extern struct screen_ctx		*curscreen;
-extern u_int				 Nscreens;
 
 extern struct client_ctx_q		 Clientq;