remove unneeded extern declaration of lockMutex
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 2 Nov 2006 18:15:26 +0000 (18:15 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 2 Nov 2006 18:15:26 +0000 (18:15 +0000)
src/mesa/drivers/dri/i915tex/intel_context.c

index cd725fc..080ff10 100644 (file)
@@ -655,9 +655,6 @@ intelContendedLock(struct intel_context *intel, GLuint flags)
 }
 
 
-extern _glthread_Mutex lockMutex;
-
-
 /* Lock the hardware and validate our state.  
  */
 void LOCK_HARDWARE( struct intel_context *intel )