Remove some debugging code which causes slow flashy screen updates.
authorCarl Hetherington <carl@carlh.net>
Sat, 10 Nov 2007 12:23:19 +0000 (12:23 +0000)
committerCarl Hetherington <carl@carlh.net>
Sat, 10 Nov 2007 12:23:19 +0000 (12:23 +0000)
git-svn-id: svn://localhost/ardour2/trunk@2616 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/main.cc

index fc2492a7a18ce48352253f332aa3d610c816fe35..32e14420ff519ce8129c6d33d68b326261e85d3e 100644 (file)
@@ -314,8 +314,6 @@ int main (int argc, char *argv[])
                ui->set_keybindings_path (keybindings_path);
        }
 
-       gdk_window_set_debug_updates (true);
-
        ui->run (text_receiver);
        ui = 0;