mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
823f266eea
commit
e7abde4868
2 changed files with 6 additions and 100 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue