summaryrefslogtreecommitdiffstats
path: root/display.h
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2012-08-30 09:15:50 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org>2012-08-30 09:15:50 -0700
commit348afc3f576f3ad3cf3ad78b2f037cd5d6c73445 (patch)
tree1510edf7f6c5d5eb1aa727e726386204ba4635e7 /display.h
parentd93830a6eb6f39aefba6f2f142256b2d536b4f99 (diff)
parente7abde48688180d707dd4e0d1553fd285520b0ed (diff)
downloadsubsurface-348afc3f576f3ad3cf3ad78b2f037cd5d6c73445.tar.gz
Merge branch 'print_table' of http://ambre.pingoured.fr/cgit/subsurface
Pull table printing improvements from Pierre-Yves Chibon: "I cleaned up the print options as asked so that we only have the choice between the "pretty-print" and the "table-print". The table layout has been improved." * 'print_table' of http://ambre.pingoured.fr/cgit/subsurface: Remove the pretty-print without dive profile option. Have a nice table formating with choosing the 'Table print' option. Invert the print 'dive profile' option. Deactivate 'Show profiles' if 'table print' is checked.
Diffstat (limited to 'display.h')
-rw-r--r--display.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/display.h b/display.h
index 4e1511656..581530efd 100644
--- a/display.h
+++ b/display.h
@@ -28,7 +28,6 @@ extern void attach_tooltip(int x, int y, int w, int h, const char *text);
struct options {
enum { PRETTY, TABLE } type;
- gboolean print_profiles;
};
extern char zoomed_plot;