mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-26 20:28:49 -05:00
Removed unused variable.
This commit is contained in:
parent
bba4a56352
commit
0b34cb1466
|
@ -1280,7 +1280,7 @@ static int createWindow(_GLFWwindow* window,
|
|||
const _GLFWfbconfig* fbconfig)
|
||||
{
|
||||
DWORD dwStyle, dwExStyle;
|
||||
int length, pixelFormat, fullWidth, fullHeight;
|
||||
int pixelFormat, fullWidth, fullHeight;
|
||||
RECT wa;
|
||||
POINT pos;
|
||||
WCHAR* wideTitle;
|
||||
|
|
Loading…
Reference in New Issue
Block a user