From 4241304ee2101563d2d8eb8916d85fc3626f181b Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 17 Jul 2017 12:17:56 +0100 Subject: xf86-video-savage: remove the GlxSetVisualConfigs stub and friends The function was an empty since 2008 at least. Remove it alongside the unused GLX visuals code. With this all the GL/GLX dependencies in the driver are gone. Cc: Stefan Dirsch Cc: Hans de Goede Signed-off-by: Emil Velikov --- src/savage_dripriv.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/savage_dripriv.h') diff --git a/src/savage_dripriv.h b/src/savage_dripriv.h index 4206a9f..a2abf2b 100644 --- a/src/savage_dripriv.h +++ b/src/savage_dripriv.h @@ -25,19 +25,8 @@ #ifndef SAVAGE_DRIPRIV_H #define SAVAGE_DRIPRIV_H -#include "GL/glxint.h" - #define SAVAGE_MAX_DRAWABLES 256 -extern void GlxSetVisualConfigs( int nconfigs, - __GLXvisualConfig *configs, - void **configprivs ); - -typedef struct { - /* Nothing here yet */ - int dummy; -} SAVAGEConfigPrivRec, *SAVAGEConfigPrivPtr; - typedef struct { /* Nothing here yet */ int dummy; -- cgit v1.2.3