diff options
Diffstat (limited to 'libs/hwui/Program.cpp')
-rw-r--r-- | libs/hwui/Program.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/hwui/Program.cpp b/libs/hwui/Program.cpp index 25674c65f926..baed5fd7ea8e 100644 --- a/libs/hwui/Program.cpp +++ b/libs/hwui/Program.cpp @@ -22,12 +22,6 @@ namespace android { namespace uirenderer { /////////////////////////////////////////////////////////////////////////////// -// Shaders -/////////////////////////////////////////////////////////////////////////////// - -#define SHADER_SOURCE(name, source) const char* name = #source - -/////////////////////////////////////////////////////////////////////////////// // Base program /////////////////////////////////////////////////////////////////////////////// |