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>
This commit is contained in:
Dirk Hohndel 2013-05-21 20:48:11 -07:00
parent 6d3a4ec9b2
commit 5aa8b52f82
4 changed files with 1 additions and 68 deletions

View file

@ -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)