Remove unused signal.
git-svn-id: svn://localhost/ardour2/branches/3.0@9365 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
02f4247e65
commit
62909b1ba2
@ -3577,9 +3577,6 @@ Editor::set_zoom_focus (ZoomFocus f)
|
|||||||
|
|
||||||
if (zoom_focus != f) {
|
if (zoom_focus != f) {
|
||||||
zoom_focus = f;
|
zoom_focus = f;
|
||||||
|
|
||||||
ZoomFocusChanged (); /* EMIT_SIGNAL */
|
|
||||||
|
|
||||||
instant_save ();
|
instant_save ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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;
|
virtual void get_equivalent_regions (RegionView* rv, std::vector<RegionView*>&, PBD::PropertyID) const = 0;
|
||||||
|
|
||||||
sigc::signal<void> ZoomFocusChanged;
|
|
||||||
sigc::signal<void> ZoomChanged;
|
sigc::signal<void> ZoomChanged;
|
||||||
/** Emitted when the horizontal position of the editor view changes */
|
/** Emitted when the horizontal position of the editor view changes */
|
||||||
sigc::signal<void> HorizontalPositionChanged;
|
sigc::signal<void> HorizontalPositionChanged;
|
||||||
|
Loading…
Reference in New Issue
Block a user