From 430eb1baae63fd2ab270679c21d16cf5f4f8dbb4 Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Sat, 4 Sep 2010 19:08:20 -0400 Subject: [PATCH] staging: xgifb: Removes unused variable Signed-off-by: Javier Martinez Canillas Signed-off-by: Greg Kroah-Hartman --- drivers/staging/xgifb/XGI_main_26.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/xgifb/XGI_main_26.c b/drivers/staging/xgifb/XGI_main_26.c index 7cd3e95..6c5b269 100644 --- a/drivers/staging/xgifb/XGI_main_26.c +++ b/drivers/staging/xgifb/XGI_main_26.c @@ -3485,7 +3485,6 @@ module_init(xgifb_init); static char *mode = NULL; static int vesa = 0; static unsigned int rate = 0; -static unsigned int crt1off = 1; static unsigned int mem = 0; static char *forcecrt2type = NULL; static int forcecrt1 = -1; -- 2.7.4