summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 3a41fd735a..0ecef0b60a 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1484,7 +1484,6 @@ public:
void editor_mixer_button_toggled ();
void editor_list_button_toggled ();
- AudioClock edit_point_clock;
AudioClock zoom_range_clock;
Gtk::Button zoom_in_button;
Gtk::Button zoom_out_button;
@@ -1558,8 +1557,6 @@ public:
void zoom_adjustment_changed();
- void edit_point_clock_changed();
-
void setup_toolbar ();
Gtkmm2ext::TearOff* tools_tearoff;
@@ -1957,8 +1954,6 @@ public:
std::vector<std::string> edit_point_strings;
void selected_marker_moved (ARDOUR::Location*);
- sigc::connection edit_point_clock_connection_a;
- sigc::connection edit_point_clock_connection_b;
bool get_edit_op_range (nframes64_t& start, nframes64_t& end) const;