diff options
| author | 2015-07-14 12:13:03 -0700 | |
|---|---|---|
| committer | 2015-07-14 13:25:38 -0700 | |
| commit | 5a4690bf26932c0d6940e4af8516d920e09ae81a (patch) | |
| tree | ab5782e75455e9752708d9400ffa15e022609f51 /libs/hwui/RenderNode.h | |
| parent | 3aed7affdfb499018656edb78563368b9cbfce3c (diff) | |
Clean up unncessary defines
LOG_TAG and TRACE_TAG are already defined in the makefile
Change-Id: I9e53e3dacbe018441edd74cb7c8c90846defee74
Diffstat (limited to 'libs/hwui/RenderNode.h')
| -rw-r--r-- | libs/hwui/RenderNode.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/hwui/RenderNode.h b/libs/hwui/RenderNode.h index 025a4a416e4c..4063d4bd53ce 100644 --- a/libs/hwui/RenderNode.h +++ b/libs/hwui/RenderNode.h @@ -16,10 +16,6 @@ #ifndef RENDERNODE_H #define RENDERNODE_H -#ifndef LOG_TAG - #define LOG_TAG "OpenGLRenderer" -#endif - #include <SkCamera.h> #include <SkMatrix.h> |