summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2011-10-27 22:10:35 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2011-10-27 22:10:35 -0700
commitbf7d70fe8b9b8c2a1f6d381ae000cb0d91e36961 (patch)
treedcbf6958078dbacaaf88919c5a760005dad14726 /main.c
parent89610335744582b29acb08da0e29837aa34a3dfa (diff)
downloadsubsurface-bf7d70fe8b9b8c2a1f6d381ae000cb0d91e36961.tar.gz
Don't use gconf on Windows
So far this just removes the gconf code - so no preferences for Windows. It also removes the unsused gconf references in main.c Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/main.c b/main.c
index a82cffc2b..f34e3ae51 100644
--- a/main.c
+++ b/main.c
@@ -4,16 +4,11 @@
#include <stdlib.h>
#include <time.h>
-#include <gconf/gconf-client.h>
-
#include "dive.h"
#include "divelist.h"
-GConfClient *gconf;
struct units output_units;
-#define GCONF_NAME(x) "/apps/subsurface/" #x
-
/* random helper functions, used here or elsewhere */
static int sortfn(const void *_a, const void *_b)
{