Kaydet (Commit) a5a307a6 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

warning C4702: unreachable code

Change-Id: Ia0c8a1dff329bedc4084c104659f7777e15183ae
üst 82425621
......@@ -200,8 +200,6 @@ bool WGLisExtensionSupported(const char *extension)
if ((p==supported || p[-1]==' ') && (p[extlen]=='\0' || p[extlen]==' '))
return 1; // Match
}
CHECK_GL_ERROR();
}
bool InitMultisample(PIXELFORMATDESCRIPTOR pfd, int& rPixelFormat,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment