summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2007-11-10 12:23:19 +0000
committerCarl Hetherington <carl@carlh.net>2007-11-10 12:23:19 +0000
commit99d002dbdf2563bcad880628e7876aebe191ba0c (patch)
treeada55c0d9cd9018e2e38d2aee76ff00bd37950b2
parentbadc087263990ecf360792c10e4d9f2d60828d43 (diff)
Remove some debugging code which causes slow flashy screen updates.
git-svn-id: svn://localhost/ardour2/trunk@2616 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--gtk2_ardour/main.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/main.cc b/gtk2_ardour/main.cc
index fc2492a7a1..32e14420ff 100644
--- a/gtk2_ardour/main.cc
+++ b/gtk2_ardour/main.cc
@@ -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;