[four-in-a-row] Remove completely games-gridframe.



commit efc68b6702ad79c6a88eed984a476d1de8098918
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Tue Aug 19 12:23:46 2014 +0200

    Remove completely games-gridframe.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=735043

 src/Makefile.am       |    2 -
 src/games-gridframe.c |  278 -------------------------------------------------
 src/games-gridframe.h |   63 -----------
 src/main.c            |    2 -
 4 files changed, 0 insertions(+), 345 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index a3265f8..64047cf 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,8 +12,6 @@ four_in_a_row_SOURCES = main.h     \
                 theme.h    \
                 games-controls.c \
                 games-controls.h \
-                games-gridframe.c \
-                games-gridframe.h \
                 rules.h \
                 $(ai_C) \
                 $(ai_HEADER)
diff --git a/src/main.c b/src/main.c
index 1d558e7..6ea6a89 100644
--- a/src/main.c
+++ b/src/main.c
@@ -34,7 +34,6 @@
 #include "theme.h"
 #include "prefs.h"
 #include "gfx.h"
-#include "games-gridframe.h"
 
 #define SPEED_MOVE     25
 #define SPEED_DROP     20
@@ -1162,7 +1161,6 @@ static gboolean
 create_app (void)
 {
   GtkWidget *frame;
-  GtkWidget *gridframe;
   GtkWidget *hbox, *vbox;
   GtkWidget *image;
   GtkWidget *new_game_button;


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