diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-03-07 13:31:47 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-03-07 08:56:06 -0800 |
commit | 00c97e710f0090b3a2a8d5fe5b92e5ac0207a4b9 (patch) | |
tree | 7643d93d7cfa5ed3012e71ba2c2269f2c32c851c /display.h | |
parent | 8f43ad8100c779b802586394f08d2572911d4d15 (diff) | |
download | subsurface-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.h | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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 { |