diff options
author | Brian Paul <[email protected]> | 2006-02-26 17:16:37 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-02-26 17:16:37 +0000 |
commit | a764b7eae0e93245b0fb644d32e72226d4cf42f2 (patch) | |
tree | 86899e048e4810babd9d0ba8e2d48947a75ba316 /src/mesa/main/context.c | |
parent | 4e7766992607db215430ee388751f32692401c0a (diff) |
display list clean-ups
Diffstat (limited to 'src/mesa/main/context.c')
-rw-r--r-- | src/mesa/main/context.c | 4 |
1 files changed, 1 insertions, 3 deletions
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(); |