[aisleriot/wip/redesign: 12/17] lib: Remove unused code



commit 86fd9027eb5bc22f0c66cb486d61a33448084a68
Author: Christian Persch <chpe gnome org>
Date:   Wed Jul 3 19:36:49 2013 +0200

    lib: Remove unused code

 src/lib/Makefile.am |    2 --
 src/lib/ar-conf.c   |    1 -
 2 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index de938fc..08462b0 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -18,8 +18,6 @@ libaisleriot_la_SOURCES = \
        ar-card-theme-private.h \
        ar-card-themes.c \
        ar-card-themes.h \
-       ar-conf.c \
-       ar-conf.h \
        ar-debug.c \
        ar-debug.h \
        ar-gsettings.c \
diff --git a/src/lib/ar-conf.c b/src/lib/ar-conf.c
index fc5aa97..80e4bec 100644
--- a/src/lib/ar-conf.c
+++ b/src/lib/ar-conf.c
@@ -185,7 +185,6 @@ ar_conf_get_accel_map_path (ArConf *conf,
   ArConfPrivate *priv = conf->priv;
   char *game_name, *conf_dir;
   char *conf_file = NULL;
-  const char *override;
   char *accelmap_filename;
 
   game_name = g_ascii_strdown (priv->game_name, -1);


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