[gnome-nibbles] Remove games-stock.c/h



commit 806bb8338542a10c9466b66ef0ab54a68441da89
Author: Bryan Quigley <bryanquigs src gnome org>
Date:   Sat Apr 20 17:17:11 2013 -0400

    Remove games-stock.c/h

 src/Makefile.am   |   2 -
 src/games-stock.c | 306 ------------------------------------------------------
 src/games-stock.h |  61 -----------
 src/main.c        |   1 -
 4 files changed, 370 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 0afb039..da8f2d5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -25,8 +25,6 @@ gnome_nibbles_SOURCES = \
        games-scores-dialog.h   \
        games-scores-backend.c  \
        games-scores-backend.h  \
-       games-stock.h \
-       games-stock.c \
        gnibbles.h \
        gnibbles.c \
        properties.h \
diff --git a/src/main.c b/src/main.c
index dbb0d2f..3978784 100644
--- a/src/main.c
+++ b/src/main.c
@@ -677,7 +677,6 @@ setup_window (void)
 
   vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
 
-  games_stock_init ();
   ui_manager = gtk_ui_manager_new ();
   create_menus (ui_manager);
   notebook = gtk_notebook_new ();


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