diff options
author | Mathias Agopian <mathias@google.com> | 2009-12-01 17:13:50 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2009-12-01 17:13:50 -0800 |
commit | 77f17095ed17a6ccc7fc1f1b3ddb31c63bbf66a2 (patch) | |
tree | da69a367dbc5ba69460feaf396746f1930e3cee0 /opengl | |
parent | 102f4dbb2396e779c588862cfb748ebfc333340d (diff) | |
parent | 533a2803506cc4f196403fdfafd948bd4f8e60d9 (diff) | |
download | frameworks_base-77f17095ed17a6ccc7fc1f1b3ddb31c63bbf66a2.zip frameworks_base-77f17095ed17a6ccc7fc1f1b3ddb31c63bbf66a2.tar.gz frameworks_base-77f17095ed17a6ccc7fc1f1b3ddb31c63bbf66a2.tar.bz2 |
am 533a2803: Merge change I18ffb549 into eclair
Merge commit '533a2803506cc4f196403fdfafd948bd4f8e60d9' into eclair-mr2
* 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 // ---------------------------------------------------------------------------- |