From 550009441375e55bda3896eba7375b9228c7fdec Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Mon, 5 Jul 2004 23:42:02 +0000 Subject: Convert miniglx to use Ian's fancy new driver config code. This removes the miniglx driver function InitContextModes(). All of the server directories were edited to remove the implementations. --- src/glx/mini/miniglxP.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/glx/mini/miniglxP.h') diff --git a/src/glx/mini/miniglxP.h b/src/glx/mini/miniglxP.h index 9169f7ece1..426f4a9708 100644 --- a/src/glx/mini/miniglxP.h +++ b/src/glx/mini/miniglxP.h @@ -151,8 +151,6 @@ struct MiniGLXDisplayRec { * Visuals (configs) in this screen. */ /*@{*/ - int numModes; /**< \brief Number of modes. */ - const __GLcontextModes *modes; /**< \brief Modes list pointer. */ const __GLcontextModes *driver_modes; /**< \brief Modes filtered by driver. */ /*@}*/ -- cgit v1.2.3