mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
6d3a4ec9b2
commit
5aa8b52f82
4 changed files with 1 additions and 68 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue