summaryrefslogtreecommitdiffstats
path: root/display.h
diff options
context:
space:
mode:
authorGravatar Nathan Samson <nathansamson@gmail.com>2011-09-05 21:12:58 +0200
committerGravatar Nathan Samson <nathansamson@gmail.com>2011-09-05 21:12:58 +0200
commit21204926dfda996c47b4d638e30fb0b1f9968c63 (patch)
tree05811b855e3827839ecb694c5ac522c3082ec92c /display.h
parent4f5e3a06ab9ea8dea656b07bff9d0f4022c5b6ba (diff)
downloadsubsurface-21204926dfda996c47b4d638e30fb0b1f9968c63.tar.gz
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.
Signed-off-by: Nathan Samson <nathansamson@gmail.com>
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);