gnome-games r7974 - trunk/gnotravex



Author: chpe
Date: Wed Oct  8 20:01:55 2008
New Revision: 7974
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7974&view=rev

Log:
Remove unused variables.

Modified:
   trunk/gnotravex/gnotravex.c

Modified: trunk/gnotravex/gnotravex.c
==============================================================================
--- trunk/gnotravex/gnotravex.c	(original)
+++ trunk/gnotravex/gnotravex.c	Wed Oct  8 20:01:55 2008
@@ -69,7 +69,6 @@
 static GtkWidget *window;
 static GtkWidget *statusbar;
 static GtkWidget *space;
-static GtkWidget *bit;
 static GtkWidget *timer;
 static GdkGC *bg_gc;
 
@@ -123,10 +122,8 @@
 static gint have_been_hinted = 0;
 static gint solve_me = 0;
 static gint hint_moving = 0;
-static gint session_flag = 0;
 static gint session_xpos = 0;
 static gint session_ypos = 0;
-static gint session_position = 0;
 static guint timer_timeout = 0;
 static gint tile_size = 0;
 static gdouble tile_border_size = 3.0;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]