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

5
dive.h
View file

@ -743,11 +743,6 @@ struct tank_info {
int cuft, ml, psi, bar;
};
#ifdef DEBUGFILE
extern char *debugfilename;
extern FILE *debugfile;
#endif
#ifdef __cplusplus
}
#endif