From 1c904466aa3a1914b42bc6d7fed6f458dba985c0 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 25 Sep 2013 15:41:46 -0700 Subject: mesa: Remove some remaining FEATURE_* detritus. Reviewed-by: Matt Turner Reviewed-by: Kenneth Graunke --- src/mesa/drivers/dri/i915/Makefile.am | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/mesa/drivers/dri/i915/Makefile.am') diff --git a/src/mesa/drivers/dri/i915/Makefile.am b/src/mesa/drivers/dri/i915/Makefile.am index f66967d751f..46dd4c27756 100644 --- a/src/mesa/drivers/dri/i915/Makefile.am +++ b/src/mesa/drivers/dri/i915/Makefile.am @@ -35,16 +35,6 @@ AM_CFLAGS = \ $(VISIBILITY_CFLAGS) \ $(INTEL_CFLAGS) -if HAVE_OPENGL_ES1 -AM_CFLAGS += \ - -DFEATURE_ES1=1 -endif - -if HAVE_OPENGL_ES2 -AM_CFLAGS += \ - -DFEATURE_ES2=1 -endif - dridir = $(DRI_DRIVER_INSTALL_DIR) if HAVE_I915_DRI -- cgit v1.2.3