diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2011-10-27 22:10:35 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2011-10-27 22:10:35 -0700 |
commit | bf7d70fe8b9b8c2a1f6d381ae000cb0d91e36961 (patch) | |
tree | dcbf6958078dbacaaf88919c5a760005dad14726 /main.c | |
parent | 89610335744582b29acb08da0e29837aa34a3dfa (diff) | |
download | subsurface-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.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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) { |