mirror of
https://github.com/SFML/SFML.git
synced 2024-11-28 22:31:09 +08:00
Remove redundant 'reset' calls in 'TransientContext` destructor
This commit is contained in:
parent
0b62543942
commit
33e96657b7
@ -221,9 +221,6 @@ struct TransientContext
|
||||
{
|
||||
if (useSharedContext)
|
||||
sharedContext->setActive(false);
|
||||
|
||||
sharedContextLock.reset();
|
||||
context.reset();
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user