diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2017-12-21 09:05:08 +0100 |
---|---|---|
committer | Jan Mulder <jlmulder@xs4all.nl> | 2017-12-21 15:11:15 +0100 |
commit | e4530cd5ef38e6120f451daf1a758b38b70a6f1c (patch) | |
tree | b3813d7022aacd7eda43945045cb66d407b66a35 /core/subsurfacestartup.c | |
parent | 28ae35e7df7c32ef6070474ad0e55c5a473f701d (diff) | |
download | subsurface-e4530cd5ef38e6120f451daf1a758b38b70a6f1c.tar.gz |
cleanup: remove empty function
subsurface_OS_pref_setup() is not not used. Remove it.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'core/subsurfacestartup.c')
-rw-r--r-- | core/subsurfacestartup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/subsurfacestartup.c b/core/subsurfacestartup.c index cb3ca6069..7f086e4fc 100644 --- a/core/subsurfacestartup.c +++ b/core/subsurfacestartup.c @@ -290,7 +290,6 @@ void setup_system_prefs(void) { const char *env; - subsurface_OS_pref_setup(); default_prefs.divelist_font = strdup(system_divelist_default_font); default_prefs.font_size = system_divelist_default_font_size; |