summaryrefslogtreecommitdiffstats
path: root/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'display.h')
-rw-r--r--display.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/display.h b/display.h
index a2e4cdc26..35fa3749f 100644
--- a/display.h
+++ b/display.h
@@ -27,25 +27,12 @@ struct plot_info {
struct plot_data *entry;
};
-/*
- * handy datastructure to keep all of our scaling data in one place
- */
-struct graphics_context {
- int printer;
- double maxx, maxy;
- double leftx, rightx;
- double topy, bottomy;
- unsigned int maxtime;
- struct plot_info pi;
-};
-
typedef enum {
SC_SCREEN,
SC_PRINT
} scale_mode_t;
extern struct divecomputer *select_dc(struct divecomputer *main);
-extern void get_plot_details(struct graphics_context *gc, int time, struct membuffer *mb);
struct options {
enum {