Get rid of unnecessary else statement.

This commit is contained in:
siavash 2013-07-04 23:46:16 +04:30
parent b2fa10ae5b
commit 92adb6d266

View File

@ -191,15 +191,13 @@ static GLXContext createLegacyContext(_GLFWwindow* window,
share,
True);
}
else
{
return glXCreateNewContext(_glfw.x11.display,
fbconfig,
GLX_RGBA_TYPE,
share,
True);
}
}
//////////////////////////////////////////////////////////////////////////