Make the wiimote code appear in the source package
[ardour.git] / gtk2_ardour / editor_route_list.cc
index 36f470ea094fe0c4a9261f1cf4623e1aab6b8dba..b62865c5856ef04744b6c841362b170c8b95d62f 100644 (file)
@@ -101,10 +101,6 @@ Editor::handle_gui_changes (const string & what, void *src)
 {
        ENSURE_GUI_THREAD(bind (mem_fun(*this, &Editor::handle_gui_changes), what, src));
 
-       if (ignore_gui_changes) {
-               return;
-       }
-
        if (what == "track_height") {
                /* Optional :make tracks change height while it happens, instead 
                   of on first-idle