aboutsummaryrefslogtreecommitdiffstats
path: root/screen.c
diff options
context:
space:
mode:
authorokan2009-01-11 18:25:49 +0000
committerokan2009-01-11 18:25:49 +0000
commit790cf25c28a9b909e8398eefb5ffe6a8039a2daf (patch)
tree2f08a52d71016a3b261fea19a2e0c192f305d5de /screen.c
parent3a0ab406e22b0496a118a761e757538e67c8c520 (diff)
downloadcwm-790cf25c28a9b909e8398eefb5ffe6a8039a2daf.tar.gz
remove unused variables
ok oga@
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/screen.c b/screen.c
index ee5a001..099543f 100644
--- a/screen.c
+++ b/screen.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: screen.c,v 1.12 2009/01/06 00:19:55 okan Exp $
+ * $Id: screen.c,v 1.13 2009/01/11 18:25:49 okan Exp $
*/
#include "headers.h"
@@ -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;