commit | f74573486d10f04a81d94a8b2509193d4f10f0ea | [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 | 4a038c1a19ee314a433c1629dbbe6f4530fdead3 | |
parent | c61de17f143b5f806c5bab9cc58910a322302b70 [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 // ----------------------------------------------------------------------------