From: Brian Date: Thu, 9 Aug 2007 19:09:58 +0000 (-0600) Subject: remove intel_depthstencil.c and intel_fbo.c X-Git-Tag: 062012170305~17580^2~390^2~4449 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a4517215ca98066c70155432ebfc578e6412d6de;p=profile%2Fivi%2Fmesa.git remove intel_depthstencil.c and intel_fbo.c --- diff --git a/src/mesa/drivers/dri/intel_winsys/Makefile b/src/mesa/drivers/dri/intel_winsys/Makefile index 32c2c3b..39ae6f2 100644 --- a/src/mesa/drivers/dri/intel_winsys/Makefile +++ b/src/mesa/drivers/dri/intel_winsys/Makefile @@ -24,9 +24,6 @@ DRIVER_SOURCES = \ intel_surface.c \ intel_batchpool.c -UNUSED = intel_depthstencil.c \ - intel_fbo.c - C_SOURCES = \ $(COMMON_SOURCES) \ $(COMMON_BM_SOURCES) \