summaryrefslogtreecommitdiffstats
path: root/opengl
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-11-30 12:17:52 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2009-11-30 12:17:52 -0800
commit8e04833151166b7765affb95629b0fe0b73a8394 (patch)
treecb452ad384c21a969fceb1b821bcde97f019a757 /opengl
parent5858adbf3f2b74f790b48c43edcda384fb05f89e (diff)
parent533a2803506cc4f196403fdfafd948bd4f8e60d9 (diff)
downloadframeworks_base-8e04833151166b7765affb95629b0fe0b73a8394.zip
frameworks_base-8e04833151166b7765affb95629b0fe0b73a8394.tar.gz
frameworks_base-8e04833151166b7765affb95629b0fe0b73a8394.tar.bz2
am 533a2803: Merge change I18ffb549 into eclair
Merge commit '533a2803506cc4f196403fdfafd948bd4f8e60d9' into eclair-plus-aosp * commit '533a2803506cc4f196403fdfafd948bd4f8e60d9': fix [2069023] STOPSHIP: disable DEBUG_COPYBIT
Diffstat (limited to 'opengl')
-rw-r--r--opengl/libagl/copybit.cpp2
1 files changed, 1 insertions, 1 deletions
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
// ----------------------------------------------------------------------------