summary refs log tree commit diff
path: root/screen.c
diff options
context:
space:
mode:
authorokan <okan>2009-01-11 18:25:49 +0000
committerokan <okan>2009-01-11 18:25:49 +0000
commitb47283ab41758acf9b347edbf91d38cb2f122202 (patch)
treedeb8e82052749850e26b39d7c83830e3465142a4 /screen.c
parentb523788c0e61249cf8a1f33b5b96b42c83f129eb (diff)
downloadcwm-b47283ab41758acf9b347edbf91d38cb2f122202.tar.gz
cwm-b47283ab41758acf9b347edbf91d38cb2f122202.tar.xz
cwm-b47283ab41758acf9b347edbf91d38cb2f122202.zip
remove unused variables
ok oga@
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/screen.c b/screen.c
index 7235082..3fe2847 100644
--- a/screen.c
+++ b/screen.c
@@ -71,8 +71,8 @@ screen_updatestackingorder(void)
 void
 screen_init_xinerama(struct screen_ctx *sc)
 {
-	XineramaScreenInfo *info;
-	int no, fake;
+	XineramaScreenInfo	*info;
+	int			 no;
 
 	if (HasXinerama == 0 || XineramaIsActive(X_Dpy) == 0) {
 		HasXinerama = 0;