diff options
Diffstat (limited to 'redo/window_windows.c')
| -rw-r--r-- | redo/window_windows.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/redo/window_windows.c b/redo/window_windows.c index 9cf0654..3cd43cd 100644 --- a/redo/window_windows.c +++ b/redo/window_windows.c @@ -73,7 +73,6 @@ HWND newWindow(LPWSTR title, int width, int height, void *data) NULL, NULL, hInstance, data); if (hwnd == NULL) xpanic("Window creation failed", GetLastError()); - calculateBaseUnits(hwnd); return hwnd; } |
