summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_time_axis.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-06-10 21:58:25 +0000
committerCarl Hetherington <carl@carlh.net>2009-06-10 21:58:25 +0000
commit52fc310cfb540f9fd7d459453cbbaaa4bde47e9e (patch)
tree3e3d575da2576656d26aa710d216405b8415875a /gtk2_ardour/audio_time_axis.h
parent2efc80da175cf6879c2a9904930f9be8381baf3d (diff)
Make waveform show / scale / shape a global option in the prefs dialog to clean things up a bit. Options to make exceptions for individual tracks could be re-added, if people want them.
git-svn-id: svn://localhost/ardour2/branches/3.0@5160 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/audio_time_axis.h')
-rw-r--r--gtk2_ardour/audio_time_axis.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/gtk2_ardour/audio_time_axis.h b/gtk2_ardour/audio_time_axis.h
index d3fe93fdc6..48ea7cc816 100644
--- a/gtk2_ardour/audio_time_axis.h
+++ b/gtk2_ardour/audio_time_axis.h
@@ -71,7 +71,6 @@ class AudioTimeAxisView : public RouteTimeAxisView
AudioStreamView* audio_view();
- void set_show_waveforms (bool yn);
void set_show_waveforms_recording (bool yn);
void show_all_xfades ();
void hide_all_xfades ();
@@ -88,9 +87,6 @@ class AudioTimeAxisView : public RouteTimeAxisView
XMLNode* get_child_xml_node (const std::string & childname);
- void set_waveform_shape (Editing::WaveformShape);
- void set_waveform_scale (Editing::WaveformScale);
-
private:
friend class AudioStreamView;
friend class AudioRegionView;
@@ -100,9 +96,6 @@ class AudioTimeAxisView : public RouteTimeAxisView
void append_extra_display_menu_items ();
Gtk::Menu* build_mode_menu();
- void toggle_show_waveforms ();
- void toggle_waveforms ();
-
void show_all_automation ();
void show_existing_automation ();
void hide_all_automation ();
@@ -112,12 +105,6 @@ class AudioTimeAxisView : public RouteTimeAxisView
void ensure_pan_views (bool show = true);
void update_control_names ();
-
- Gtk::CheckMenuItem* waveform_item;
- Gtk::RadioMenuItem* traditional_item;
- Gtk::RadioMenuItem* rectified_item;
- Gtk::RadioMenuItem* linearscale_item;
- Gtk::RadioMenuItem* logscale_item;
};
#endif /* __ardour_audio_time_axis_h__ */