[gcompris] Minor: Removed unused static declaration.



commit 4526fb179652d4863a5f27bec65a0f8232533248
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Sat Feb 19 22:15:26 2011 +0100

    Minor: Removed unused static declaration.

 src/gcompris/board.c |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)
---
diff --git a/src/gcompris/board.c b/src/gcompris/board.c
index f4579db..074a6d1 100644
--- a/src/gcompris/board.c
+++ b/src/gcompris/board.c
@@ -80,19 +80,6 @@ extern BoardPlugin * get_wordprocessor_bplugin_info();
 #define MAX_NUMBER_OF_BOARDS 200
 static BoardPlugin *static_boards[MAX_NUMBER_OF_BOARDS];
 
-static char *board_nodemo[] = /* Some boards excluded from the demo version */
-  {
-    "python:ballcatch",
-    "python:followline",
-    "python:guessnumber",
-    "python:mosaic",
-    "python:redraw",
-    "python:searace",
-    "python:sudoku",
-    "python:watercycle",
-    NULL
-  };
-
 void gc_board_init(void)
 {
   guint i=0;



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