diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-07-10 13:01:51 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-10 10:15:28 -0700 |
commit | 892381b3ae0a27636b80a15c02167b21cd8e1ccd (patch) | |
tree | e9e22368d0e2a43dea6f0aedddcb4c0477599662 /pref.h | |
parent | 7294d7bc5ff767e5c00d844431144e3c9aa5416e (diff) | |
download | subsurface-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.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 |