glx: remove Xgl leftover

GlxSetRenderTables was only used by the long gone Xgl.

Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
This commit is contained in:
RALOVICH, Kristóf 2009-06-29 15:18:56 +02:00 committed by Tiago Vignatti
parent 89cf81cd85
commit 7208a0f032
2 changed files with 0 additions and 9 deletions

View File

@ -51,12 +51,6 @@
#include "indirect_table.h"
#include "indirect_util.h"
void
GlxSetRenderTables (struct _glapi_table *table)
{
_glapi_set_dispatch (table);
}
static int
validGlxScreen(ClientPtr client, int screen, __GLXscreen **pGlxScreen, int *err)
{

View File

@ -94,9 +94,6 @@ void GlxExtensionInit(void);
void GlxSetVisualConfigs(int nconfigs,
void *configs, void **privates);
struct _glapi_table;
void GlxSetRenderTables (struct _glapi_table *table);
void __glXScreenInitVisuals(__GLXscreen *screen);
/*