summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-11-12 20:39:53 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-11-12 20:39:53 +0000
commitff9ddf510065305e13d169d35f9b4e6b88ce76d7 (patch)
tree0e41589d7332ce31499c9f02ca59f9b799487b03 /gtk2_ardour/editor.h
parentab565167ff36eb473340e950d93d46c3dfaa9616 (diff)
tidy up (a bit) locations editing widget ; use pixbuf/string code from 2.0;remove edit point clock
git-svn-id: svn://localhost/ardour2/branches/3.0@6074 d708f5d6-7413-0410-9779-e7cbd77b26cf
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;