13
0

remove two minor leftovers from last commit

git-svn-id: svn://localhost/trunk/ardour2@332 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2006-02-15 16:19:26 +00:00
parent ba0e1d171d
commit ded3c8e1b8
2 changed files with 1 additions and 2 deletions

View File

@ -39,7 +39,7 @@
(gtk-accel_path "<Actions>/Common/ToggleSoundFileBrowser" "<alt>f")
(gtk-accel_path "<Actions>/Common/ToggleLocations" "<alt>l")
(gtk-accel_path "<Actions>/Common/ToggleBigClock" "<alt>b")
(gtk-accel_path "<Actions>/Common/ToggleColorManagerF" "<alt>c")
(gtk-accel_path "<Actions>/Common/ToggleColorManager" "<alt>c")
(gtk_accel_path "<Actions>/Editor/editor-copy" "<control>c")
(gtk_accel_path "<Actions>/Common/Quit" "<control>q")

View File

@ -363,7 +363,6 @@ RouteUI::route_rec_enable_changed (void *src)
void
RouteUI::session_rec_enable_changed ()
{
cerr << this << " for " << _route.name() << " SREC\n";
Gtkmm2ext::UI::instance()->call_slot (mem_fun (*this, &RouteUI::update_rec_display));
}