13
0

Remove unused signal.

git-svn-id: svn://localhost/ardour2/branches/3.0@9365 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-04-18 13:41:26 +00:00
parent 02f4247e65
commit 62909b1ba2
2 changed files with 0 additions and 4 deletions

View File

@ -3577,9 +3577,6 @@ Editor::set_zoom_focus (ZoomFocus f)
if (zoom_focus != f) {
zoom_focus = f;
ZoomFocusChanged (); /* EMIT_SIGNAL */
instant_save ();
}
}

View File

@ -287,7 +287,6 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulDestructible {
virtual void get_equivalent_regions (RegionView* rv, std::vector<RegionView*>&, PBD::PropertyID) const = 0;
sigc::signal<void> ZoomFocusChanged;
sigc::signal<void> ZoomChanged;
/** Emitted when the horizontal position of the editor view changes */
sigc::signal<void> HorizontalPositionChanged;