[five-or-more] Remove GamesStock



commit f5f55641716227ca42f7cba8ae448c1e36df7c68
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Jun 21 20:13:27 2014 -0500

    Remove GamesStock

 src/Makefile.am   |    2 -
 src/games-stock.c |  357 -----------------------------------------------------
 src/games-stock.h |   62 ---------
 src/glines.c      |    3 -
 4 files changed, 0 insertions(+), 424 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 0e039e7..2065ef2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -15,8 +15,6 @@ five_or_more_SOURCES =        \
        games-scores-dialog.h   \
        games-scores-backend.c  \
        games-scores-backend.h \
-       games-stock.c   \
-       games-stock.h   \
        glines.c        \
        glines.h
 
diff --git a/src/glines.c b/src/glines.c
index 6c82158..f3b9500 100644
--- a/src/glines.c
+++ b/src/glines.c
@@ -42,7 +42,6 @@
 #include "games-gridframe.h"
 #include "games-scores.h"
 #include "games-scores-dialog.h"
-#include "games-stock.h"
 
 #define KEY_BACKGROUND_COLOR  "background-color"
 #define KEY_BALL_THEME        "ball-theme"
@@ -1553,8 +1552,6 @@ startup_cb (GApplication *application)
 
   init_config ();
 
-  games_stock_init ();
-
   builder = gtk_builder_new ();
 
   ui_path = g_build_filename (DATA_DIRECTORY, "menu.ui", NULL);


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