diff options
author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-08-28 15:50:00 +0200 |
---|---|---|
committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-08-28 18:07:13 +0200 |
commit | 490e98dadfc71a318a934f4196821be69c4b6342 (patch) | |
tree | b4ea1a2f990f2ba5a99f761d776e173bd55b8ce6 /display-gtk.h | |
parent | 57af78bda0aa0fc231d31662f9129ceaec79e2d7 (diff) | |
download | subsurface-490e98dadfc71a318a934f4196821be69c4b6342.tar.gz |
Work on the printing of the dives, first attempt to print as table.
With this commit, the user can choose between two printing modes:
- pretty print (with or without the dive profile)
- table print (which is nothing less than a table formating containing the
information)
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
Diffstat (limited to 'display-gtk.h')
-rw-r--r-- | display-gtk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/display-gtk.h b/display-gtk.h index 85ebae3e2..dd7e2c4a0 100644 --- a/display-gtk.h +++ b/display-gtk.h @@ -19,7 +19,6 @@ typedef struct { gboolean nitrox; gboolean sac; gboolean otu; - gboolean print_profiles; } visible_cols_t; typedef enum { |