[four-in-a-row] Remove GamesStock
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [four-in-a-row] Remove GamesStock
- Date: Sun, 22 Jun 2014 02:02:02 +0000 (UTC)
commit 2926f10db4e204ecfc65a9541e0cbf4de0234307
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sat Jun 21 20:15:08 2014 -0500
Remove GamesStock
src/Makefile.am | 2 -
src/games-stock.c | 357 -----------------------------------------------------
src/games-stock.h | 62 ---------
src/main.c | 1 -
4 files changed, 0 insertions(+), 422 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 4b25d91..a3265f8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -14,8 +14,6 @@ four_in_a_row_SOURCES = main.h \
games-controls.h \
games-gridframe.c \
games-gridframe.h \
- games-stock.c \
- games-stock.h \
rules.h \
$(ai_C) \
$(ai_HEADER)
diff --git a/src/main.c b/src/main.c
index ff171f7..9c0f479 100644
--- a/src/main.c
+++ b/src/main.c
@@ -35,7 +35,6 @@
#include "prefs.h"
#include "gfx.h"
#include "games-gridframe.h"
-#include "games-stock.h"
#define SPEED_MOVE 25
#define SPEED_DROP 20
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]