summaryrefslogtreecommitdiffstats
path: root/pref.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2014-07-10 13:01:51 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-07-10 10:15:28 -0700
commit892381b3ae0a27636b80a15c02167b21cd8e1ccd (patch)
treee9e22368d0e2a43dea6f0aedddcb4c0477599662 /pref.h
parent7294d7bc5ff767e5c00d844431144e3c9aa5416e (diff)
downloadsubsurface-892381b3ae0a27636b80a15c02167b21cd8e1ccd.tar.gz
Remove dead code from the GTK Days.
Die, just die. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'pref.h')
-rw-r--r--pref.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/pref.h b/pref.h
index ebe5ecd1d..a22206de6 100644
--- a/pref.h
+++ b/pref.h
@@ -74,17 +74,10 @@ extern struct preferences prefs, default_prefs;
#define PP_GRAPHS_ENABLED (prefs.pp_graphs.po2 || prefs.pp_graphs.pn2 || prefs.pp_graphs.phe)
-extern void subsurface_set_conf(const char *name, const char *value);
-extern void subsurface_set_conf_bool(const char *name, bool value);
-extern void subsurface_set_conf_int(const char *name, int value);
-
extern const char system_divelist_default_font[];
extern const int system_divelist_default_font_size;
extern const char *system_default_filename();
-extern void load_preferences(void);
-extern void save_preferences(void);
-
#ifdef __cplusplus
}
#endif