diff options
author | Mathias Agopian <mathias@google.com> | 2009-11-30 12:10:53 -0800 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2009-11-30 12:10:53 -0800 |
commit | f74573486d10f04a81d94a8b2509193d4f10f0ea (patch) | |
tree | 4a038c1a19ee314a433c1629dbbe6f4530fdead3 /opengl/libagl | |
parent | c61de17f143b5f806c5bab9cc58910a322302b70 (diff) | |
download | frameworks_native-f74573486d10f04a81d94a8b2509193d4f10f0ea.zip frameworks_native-f74573486d10f04a81d94a8b2509193d4f10f0ea.tar.gz frameworks_native-f74573486d10f04a81d94a8b2509193d4f10f0ea.tar.bz2 |
fix [2069023] STOPSHIP: disable DEBUG_COPYBIT
Diffstat (limited to 'opengl/libagl')
-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 // ---------------------------------------------------------------------------- |