From: Brian Date: Thu, 9 Aug 2007 19:09:58 +0000 (-0600) Subject: remove intel_depthstencil.c and intel_fbo.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a4517215ca98066c70155432ebfc578e6412d6de;p=mesa.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 32c2c3bb24f..39ae6f2f33e 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) \