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:
Pierre-Yves Chibon 2012-08-30 09:23:17 +02:00
parent 823f266eea
commit e7abde4868
2 changed files with 6 additions and 100 deletions

View file

@ -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;