diff options
author | Keith Whitwell <keithw@vmware.com> | 2009-11-15 12:24:33 -0800 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2009-11-15 12:25:18 -0800 |
commit | c5f9713bd3a306e37560fb23d8f68161d2f50d7c (patch) | |
tree | 67f27bcd035c299142e785d58719b28c1c6a4770 /src/gallium/winsys | |
parent | d03a1c2216635a1475172e6603a243348675fd6f (diff) |
i965g: remove droppings in xlib winsys
Diffstat (limited to 'src/gallium/winsys')
-rw-r--r-- | src/gallium/winsys/xlib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/winsys/xlib/Makefile b/src/gallium/winsys/xlib/Makefile index a3c87ea272..3dc38a78e4 100644 --- a/src/gallium/winsys/xlib/Makefile +++ b/src/gallium/winsys/xlib/Makefile @@ -30,7 +30,6 @@ DEFINES += \ XLIB_WINSYS_SOURCES = \ xlib.c \ - xlib_i965.c \ xlib_cell.c \ xlib_llvmpipe.c \ xlib_softpipe.c \ |