Removed unused variable.

This commit is contained in:
Camilla Berglund 2012-02-07 16:21:37 +01:00
parent bba4a56352
commit 0b34cb1466

View File

@ -1280,7 +1280,7 @@ static int createWindow(_GLFWwindow* window,
const _GLFWfbconfig* fbconfig) const _GLFWfbconfig* fbconfig)
{ {
DWORD dwStyle, dwExStyle; DWORD dwStyle, dwExStyle;
int length, pixelFormat, fullWidth, fullHeight; int pixelFormat, fullWidth, fullHeight;
RECT wa; RECT wa;
POINT pos; POINT pos;
WCHAR* wideTitle; WCHAR* wideTitle;