13
0

Remove some debugging code which causes slow flashy screen updates.

git-svn-id: svn://localhost/ardour2/trunk@2616 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2007-11-10 12:23:19 +00:00
parent badc087263
commit 99d002dbdf

View 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;