summaryrefslogtreecommitdiffstats
path: root/display.h
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-09-05 14:44:27 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-09-05 14:44:27 -0700
commitc24fd4b82cf4476c6d9c863ee03f2d729b64e5f0 (patch)
treee2585459dafdcb544bfc4ff3e91e94a84fc72341 /display.h
parent8197d7f4d4702d18df5b2121b5e0126c61e1b7ea (diff)
parent11becb87505b8cdf6fbf2f10941f87d394e49f80 (diff)
downloadsubsurface-c24fd4b82cf4476c6d9c863ee03f2d729b64e5f0.tar.gz
Merge branch 'open-files' of git://github.com/nathansamson/diveclog
* 'open-files' of git://github.com/nathansamson/diveclog: Report errors when opening files Make it possible to load multiple files at once. Open File works. I refactored the code and introduced a new type. I never used it as a pointer (their was no real reason), but I'm not really satisfied.
Diffstat (limited to 'display.h')
-rw-r--r--display.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/display.h b/display.h
index 96fa29a5d..e2e217ff0 100644
--- a/display.h
+++ b/display.h
@@ -5,13 +5,9 @@
#include <gdk/gdk.h>
#include <cairo.h>
-extern int selected_dive;
-#define current_dive (get_dive(selected_dive))
-
extern GtkWidget *dive_profile_widget(void);
extern GtkWidget *dive_info_frame(void);
extern GtkWidget *extended_dive_info_widget(void);
-extern GtkWidget *create_dive_list(void);
extern void update_dive_info(struct dive *dive);
extern void repaint_dive(void);