summaryrefslogtreecommitdiff
path: root/libs/hwui/TextureCache.cpp
diff options
context:
space:
mode:
author Chris Craik <ccraik@google.com> 2015-07-14 12:13:03 -0700
committer Chris Craik <ccraik@google.com> 2015-07-14 13:25:38 -0700
commit5a4690bf26932c0d6940e4af8516d920e09ae81a (patch)
treeab5782e75455e9752708d9400ffa15e022609f51 /libs/hwui/TextureCache.cpp
parent3aed7affdfb499018656edb78563368b9cbfce3c (diff)
Clean up unncessary defines
LOG_TAG and TRACE_TAG are already defined in the makefile Change-Id: I9e53e3dacbe018441edd74cb7c8c90846defee74
Diffstat (limited to 'libs/hwui/TextureCache.cpp')
-rw-r--r--libs/hwui/TextureCache.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/hwui/TextureCache.cpp b/libs/hwui/TextureCache.cpp
index fe1b7fdbfbbf..5b57c9186a3f 100644
--- a/libs/hwui/TextureCache.cpp
+++ b/libs/hwui/TextureCache.cpp
@@ -14,9 +14,6 @@
* limitations under the License.
*/
-#define LOG_TAG "OpenGLRenderer"
-#define ATRACE_TAG ATRACE_TAG_VIEW
-
#include <GLES2/gl2.h>
#include <SkCanvas.h>