gnome-games r8445 - trunk/libgames-support



Author: chpe
Date: Tue Jan  6 18:18:53 2009
New Revision: 8445
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8445&view=rev

Log:
Removed unused data.

Modified:
   trunk/libgames-support/games-card-theme-preimage.c
   trunk/libgames-support/games-card-theme-private.h

Modified: trunk/libgames-support/games-card-theme-preimage.c
==============================================================================
--- trunk/libgames-support/games-card-theme-preimage.c	(original)
+++ trunk/libgames-support/games-card-theme-preimage.c	Tue Jan  6 18:18:53 2009
@@ -143,8 +143,6 @@
   theme->subsize.width = -1;
   theme->subsize.height = -1;
 
-  theme->theme_loaded = FALSE;
-
   theme->card_size.width = theme->card_size.height = theme->slot_size.width =
     theme->slot_size.width = -1;
 }

Modified: trunk/libgames-support/games-card-theme-private.h
==============================================================================
--- trunk/libgames-support/games-card-theme-private.h	(original)
+++ trunk/libgames-support/games-card-theme-private.h	Tue Jan  6 18:18:53 2009
@@ -133,7 +133,6 @@
   CardSize slot_size;
   CardSize card_size;
 
-  guint theme_loaded : 1;
   guint size_available : 1;
 
   cairo_font_options_t *font_options;



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