diff options
author | Emil Velikov <[email protected]> | 2013-09-30 15:58:51 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2013-11-16 14:00:15 +0000 |
commit | 1aeafcb7c55775c4d83fbcb874673d17e8a2c55e (patch) | |
tree | 3c642444e9e3c8ad5549645a5f95323b17bd22b0 /src/mesa/program/Android.mk | |
parent | 9560d34fcf2dc75949aecbd0dc4cf95e9e080c2b (diff) |
Android: remove unused MESA_ENABLED_APIS variable
The variable was forgotten during the FEATURE_* removal.
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa/program/Android.mk')
-rw-r--r-- | src/mesa/program/Android.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/program/Android.mk b/src/mesa/program/Android.mk index 29a1b6a6373..e85afe67253 100644 --- a/src/mesa/program/Android.mk +++ b/src/mesa/program/Android.mk @@ -47,8 +47,6 @@ LOCAL_MODULE_CLASS := STATIC_LIBRARIES intermediates := $(call local-intermediates-dir) -MESA_ENABLED_APIS := ES1 ES2 - # TODO(chadv): In Makefile.sources, move these vars to a different list so we can # remove this kludge. generated_sources_basenames := \ |