summaryrefslogtreecommitdiffstats
path: root/display.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2014-03-07 13:31:47 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-03-07 08:56:06 -0800
commit00c97e710f0090b3a2a8d5fe5b92e5ac0207a4b9 (patch)
tree7643d93d7cfa5ed3012e71ba2c2269f2c32c851c /display.h
parent8f43ad8100c779b802586394f08d2572911d4d15 (diff)
downloadsubsurface-00c97e710f0090b3a2a8d5fe5b92e5ac0207a4b9.tar.gz
Remove a Lot of Dead Code.
This is just removal of dead code from the old profile, probably there's still a bit more to remove, but this is a very good cleanup already. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 {