Browse Source

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

tags/2021-05-28
hogliux 8 years ago
parent
commit
eb38256e2c
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      modules/juce_opengl/juce_opengl.cpp

+ 0
- 2
modules/juce_opengl/juce_opengl.cpp View File

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


Loading…
Cancel
Save