Removed unused variable.

master
Camilla Berglund ago%!(EXTRA string=14 years)
parent bba4a56352
commit 0b34cb1466
  1. 2
      src/win32_window.c

@ -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…
Cancel
Save