intel: Move note_unlock() implementation to the one place it's needed.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user