mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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>
This commit is contained in:
parent
7294d7bc5f
commit
892381b3ae
1 changed files with 0 additions and 7 deletions
7
pref.h
7
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
|
||||
|
|
Loading…
Reference in a new issue