13
0

remove unused signal

git-svn-id: svn://localhost/ardour2/branches/3.0@9058 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-03-03 18:51:54 +00:00
parent 477fca0de0
commit 4f73aabc13
2 changed files with 0 additions and 3 deletions

View File

@ -337,8 +337,6 @@ Editor::track_canvas_size_allocated ()
redisplay_tempo (false);
_summary->set_overlays_dirty ();
Resized (); /* EMIT_SIGNAL */
return false;
}

View File

@ -291,7 +291,6 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulDestructible {
sigc::signal<void> ZoomChanged;
/** Emitted when the horizontal position of the editor view changes */
sigc::signal<void> HorizontalPositionChanged;
sigc::signal<void> Resized;
sigc::signal<void> Realized;
sigc::signal<void,framepos_t> UpdateAllTransportClocks;