Remove __glXNoSuchRenderOpcode because it is no longer used.

This commit is contained in:
Ian Romanick 2006-08-29 13:30:20 -07:00
parent ebbdc1342a
commit 77d315bd2f
2 changed files with 0 additions and 7 deletions

View File

@ -514,9 +514,3 @@ static int __glXDispatch(ClientPtr client)
return retval;
}
void __glXNoSuchRenderOpcode(GLbyte *pc)
{
return;
}

View File

@ -66,7 +66,6 @@ typedef struct {
extern GLboolean __glXFreeContext(__GLXcontext *glxc);
extern void __glXFlushContextCache(void);
extern void __glXNoSuchRenderOpcode(GLbyte*);
extern void __glXErrorCallBack(__GLinterface *gc, GLenum code);
extern void __glXClearErrorOccured(void);
extern GLboolean __glXErrorOccured(void);