diff options
author | Mathias Agopian <mathias@google.com> | 2009-11-30 12:17:52 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2009-11-30 12:17:52 -0800 |
commit | 8e04833151166b7765affb95629b0fe0b73a8394 (patch) | |
tree | cb452ad384c21a969fceb1b821bcde97f019a757 /opengl | |
parent | 5858adbf3f2b74f790b48c43edcda384fb05f89e (diff) | |
parent | 533a2803506cc4f196403fdfafd948bd4f8e60d9 (diff) | |
download | frameworks_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.cpp | 2 |
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 // ---------------------------------------------------------------------------- |