summaryrefslogtreecommitdiffstats
path: root/qt-gui.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-21 20:48:11 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-21 20:48:11 -0700
commit5aa8b52f82399bd4343a8213927c7e9694def1bc (patch)
treefd1786f5b12e77da72dd2c0e6ee67b8dc943b7b7 /qt-gui.cpp
parent6d3a4ec9b28ac794ae8e9a6231272e2ebe573af5 (diff)
downloadsubsurface-5aa8b52f82399bd4343a8213927c7e9694def1bc.tar.gz
Remove Gtk crud
The DEBUGFILE logic isn't needed anymore. Nor are helpers dealing with model / datastructure updates. Nor conditional compiles to use Gtk instead of Qt. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-gui.cpp')
-rw-r--r--qt-gui.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/qt-gui.cpp b/qt-gui.cpp
index fb092a742..21dd18271 100644
--- a/qt-gui.cpp
+++ b/qt-gui.cpp
@@ -91,9 +91,6 @@ void init_ui(int *argcp, char ***argvp)
settings.endGroup();
#if 0
- subsurface_open_conf();
-
- load_preferences();
/* these still need to be handled in QSettings */
default_dive_computer_vendor = subsurface_get_conf("dive_computer_vendor");
@@ -111,9 +108,6 @@ void run_ui(void)
void exit_ui(void)
{
delete application;
-#if 0
- subsurface_close_conf();
-#endif
if (existing_filename)
free((void *)existing_filename);
// if (default_dive_computer_device)