remove unneeded extern declaration of lockMutex

This commit is contained in:
Brian Paul 2006-11-02 18:15:26 +00:00
parent 29ed894633
commit 51b115d5ae

View 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 )