st/mesa: Remove st_api.c.
authorChia-I Wu <olvaffe@gmail.com>
Sat, 2 Jan 2010 13:32:33 +0000 (21:32 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Tue, 12 Jan 2010 02:55:35 +0000 (10:55 +0800)
commit2d44b6f8848ee2c43a92c5a00ec9981b82319ed8
treeaef567708724af54a2d07a5e51ec06144f58d2fb
parentea014ed461b5cc87df5f5565bcb792888e408b5b
st/mesa: Remove st_api.c.

st_api.c is supposed to define st_api_OpenGL to advertise OpenGL
support.  However, the linker discards the symbol because it has no
user.  It is better to leave this to other state trackers that link to
libmesagallium.a.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
src/gallium/winsys/xlib/xlib.c
src/mesa/sources.mak
src/mesa/state_tracker/st_api.c [deleted file]