commit | 18ffb5493b92e2ae22d8cb01f0b9db1a8617c3f2 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon Nov 30 12:10:53 2009 -0800 |
committer | Mathias Agopian <mathias@google.com> | Mon Nov 30 12:10:53 2009 -0800 |
tree | 8cf6059218dc3d837cec7ec316a1dfdbff6fc8e4 | |
parent | 5469a4ac1c5073bde2c7caf8540a459c8fb759cd [diff] [blame] |
fix [2069023] STOPSHIP: disable DEBUG_COPYBIT
diff --git a/opengl/libagl/copybit.cpp b/opengl/libagl/copybit.cpp index a68750e..4cacc11 100644 --- a/opengl/libagl/copybit.cpp +++ b/opengl/libagl/copybit.cpp
@@ -38,7 +38,7 @@ #include <ui/Rect.h> -#define DEBUG_COPYBIT true +#define DEBUG_COPYBIT false // ----------------------------------------------------------------------------