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 cd725fc3e1efa3cd109b88c874acf25613d2a410..080ff10d8899c4d1823109cead5b0bfa299e0062 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 )