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:
		
							parent
							
								
									89cf81cd85
								
							
						
					
					
						commit
						7208a0f032
					
				| 
						 | 
					@ -51,12 +51,6 @@
 | 
				
			||||||
#include "indirect_table.h"
 | 
					#include "indirect_table.h"
 | 
				
			||||||
#include "indirect_util.h"
 | 
					#include "indirect_util.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void
 | 
					 | 
				
			||||||
GlxSetRenderTables (struct _glapi_table *table)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
    _glapi_set_dispatch (table);
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
static int
 | 
					static int
 | 
				
			||||||
validGlxScreen(ClientPtr client, int screen, __GLXscreen **pGlxScreen, int *err)
 | 
					validGlxScreen(ClientPtr client, int screen, __GLXscreen **pGlxScreen, int *err)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -94,9 +94,6 @@ void GlxExtensionInit(void);
 | 
				
			||||||
void GlxSetVisualConfigs(int nconfigs, 
 | 
					void GlxSetVisualConfigs(int nconfigs, 
 | 
				
			||||||
                         void *configs, void **privates);
 | 
					                         void *configs, void **privates);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
struct _glapi_table;
 | 
					 | 
				
			||||||
void GlxSetRenderTables (struct _glapi_table *table);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
void __glXScreenInitVisuals(__GLXscreen *screen);
 | 
					void __glXScreenInitVisuals(__GLXscreen *screen);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue