summaryrefslogtreecommitdiffstats
path: root/display.h
diff options
context:
space:
mode:
authorGravatar Pierre-Yves Chibon <pingou@pingoured.fr>2012-08-30 09:23:17 +0200
committerGravatar Pierre-Yves Chibon <pingou@pingoured.fr>2012-08-30 09:23:17 +0200
commite7abde48688180d707dd4e0d1553fd285520b0ed (patch)
tree93b54b93c8141d7c7c764561b850a5702757548d /display.h
parent823f266eea9479e909d09c2fccb9fba00b95718e (diff)
downloadsubsurface-e7abde48688180d707dd4e0d1553fd285520b0ed.tar.gz
Remove the pretty-print without dive profile option.
Until now we had the choice between: - pretty-print - with dive profiles - without dive profiles - table-print This commit remove the pretty-print without dive profiles, leaving the choice to either pretty-print or table-print. Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
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 11895e6e1..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_no_profiles;
};
extern char zoomed_plot;