intel: Move note_unlock() implementation to the one place it's needed.

This commit is contained in:
Eric Anholt
2009-06-29 09:55:17 -07:00
parent de447afff2
commit 94008088c1
6 changed files with 2 additions and 26 deletions

View File

@@ -1097,7 +1097,6 @@ void UNLOCK_HARDWARE( struct intel_context *intel )
{
__DRIscreen *sPriv = intel->driScreen;
intel->vtbl.note_unlock( intel );
intel->locked--;
if (intel->locked > 0)
return;