mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
remove unused signal
git-svn-id: svn://localhost/ardour2/branches/3.0@9058 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
477fca0de0
commit
4f73aabc13
2 changed files with 0 additions and 3 deletions
|
|
@ -337,8 +337,6 @@ Editor::track_canvas_size_allocated ()
|
||||||
redisplay_tempo (false);
|
redisplay_tempo (false);
|
||||||
_summary->set_overlays_dirty ();
|
_summary->set_overlays_dirty ();
|
||||||
|
|
||||||
Resized (); /* EMIT_SIGNAL */
|
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -291,7 +291,6 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulDestructible {
|
||||||
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;
|
||||||
sigc::signal<void> Resized;
|
|
||||||
sigc::signal<void> Realized;
|
sigc::signal<void> Realized;
|
||||||
sigc::signal<void,framepos_t> UpdateAllTransportClocks;
|
sigc::signal<void,framepos_t> UpdateAllTransportClocks;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue