[tali] remove GamesStock



commit 2ef0077e1caa8389e320208d53ccbbe99f3f1655
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Jun 21 20:16:02 2014 -0500

    remove GamesStock

 src/Makefile.am   |    4 +-
 src/games-stock.c |  357 -----------------------------------------------------
 src/games-stock.h |   62 ---------
 src/gyahtzee.c    |    3 -
 4 files changed, 1 insertions(+), 425 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 1cd6eec..6e47027 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -17,9 +17,7 @@ tali_SOURCES =       \
        games-scores-dialog.c   \
        games-scores-dialog.h   \
        games-scores-backend.c  \
-       games-scores-backend.h  \
-       games-stock.c    \
-       games-stock.h
+       games-scores-backend.h
 
 tali_CPPFLAGS = \
        -I$(top_srcdir) \
diff --git a/src/gyahtzee.c b/src/gyahtzee.c
index 1efd1a8..f5d3eab 100644
--- a/src/gyahtzee.c
+++ b/src/gyahtzee.c
@@ -49,7 +49,6 @@
 #include "gyahtzee.h"
 #include "games-scores.h"
 #include "games-scores-dialog.h"
-#include "games-stock.h"
 
 #define DELAY_MS 600
 
@@ -880,8 +879,6 @@ main (int argc, char *argv[])
 
   g_set_application_name (_(appName));
 
-  games_stock_init ();
-
   /* If we're in computer test mode, just run some tests, no GUI */
   if (test_computer_play > 0) {
       gint ii, jj, kk;


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