From a764b7eae0e93245b0fb644d32e72226d4cf42f2 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sun, 26 Feb 2006 17:16:37 +0000 Subject: display list clean-ups --- src/mesa/main/context.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/mesa/main/context.c') diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 2ce06088aad..725386a3c27 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -605,7 +605,7 @@ _glthread_DECLARE_STATIC_MUTEX(OneTimeLock); * and sets the glapi callbacks if the \c MESA_DEBUG environment variable is * defined. * - * \sa _mesa_init_lists(), _math_init(). + * \sa _math_init(). */ static void one_time_init( GLcontext *ctx ) @@ -624,8 +624,6 @@ one_time_init( GLcontext *ctx ) assert( sizeof(GLint) == 4 ); assert( sizeof(GLuint) == 4 ); - _mesa_init_lists(); - #if _HAVE_FULL_GL _math_init(); -- cgit v1.2.3