Backed out changeset 7c27af05042e (bug 929506) because it should've been backed out with f08ab0578efb on a CLOSED TREE

This commit is contained in:
Wes Kocher 2013-11-21 15:06:33 -08:00
parent 639f366712
commit e053b136cd

View File

@ -2385,9 +2385,6 @@ public:
#endif
bool MakeCurrent(bool aForce = false) {
if (IsDestroyed()) {
return false;
}
#ifdef DEBUG
PR_SetThreadPrivate(sCurrentGLContextTLS, this);