From c3960c9140d92c9c8e31eb8b6180425d5a2291ba Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Wed, 29 Aug 2007 02:23:00 +0000 Subject: [PATCH] Fix a compiler warning svn path=/trunk/boinc/; revision=13484 --- api/graphics2_unix.C | 1 - 1 file changed, 1 deletion(-) diff --git a/api/graphics2_unix.C b/api/graphics2_unix.C index d7eeae129e..fcb96995af 100644 --- a/api/graphics2_unix.C +++ b/api/graphics2_unix.C @@ -18,7 +18,6 @@ #define TIMER_INTERVAL_MSEC 30 static int xpos = 100, ypos = 100; -static int win_width = 600, win_height = 400; static int clicked_button; static int win=0;