1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Removed an assertion which was already checked just a few lines above

This commit is contained in:
hogliux 2017-06-05 14:35:14 +01:00
parent c56dc32b28
commit eb38256e2c

View file

@ -186,8 +186,6 @@ static bool checkPeerIsValid (OpenGLContext* context)
}
}
}
else
jassertfalse;
return false;
}