diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2012-09-09 09:06:44 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-09-09 17:38:01 -0700 |
commit | b73f29fea3ae88a06d8f773a6d48510520c127f0 (patch) | |
tree | d04166fd6e2fde7d716fe69cbfe35330e79cd1b9 /display-gtk.h | |
parent | b6812946319080699f6071656f09d402d23d3e46 (diff) | |
download | subsurface-b73f29fea3ae88a06d8f773a6d48510520c127f0.tar.gz |
First cut of adding a default file name
The default file name is OS specific and tries to follow the customs on
each of the OSs. It can be configured through the preferences dialog.
On MacOS we get a strange warning which appears to be a well documented
Gtk bug on MacOS.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'display-gtk.h')
-rw-r--r-- | display-gtk.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/display-gtk.h b/display-gtk.h index dd7e2c4a0..e03861d39 100644 --- a/display-gtk.h +++ b/display-gtk.h @@ -50,8 +50,6 @@ extern const char *subsurface_icon_name(void); extern void subsurface_ui_setup(GtkSettings *settings, GtkWidget *menubar, GtkWidget *vbox, GtkUIManager *ui_manager); -extern const char *divelist_font; - extern visible_cols_t visible_cols; extern const char *divelist_font; |