From 6722589a74abb76b8aaff9ba592c5608b024dbde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 18 Feb 2022 19:30:05 +0100 Subject: Cleanup. --- c/main.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'c/main.c') diff --git a/c/main.c b/c/main.c index 1a4e287..929738c 100644 --- a/c/main.c +++ b/c/main.c @@ -61,12 +61,8 @@ WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, TEXT("Episode Browser"), TEXT("Episode Browser"), WS_OVERLAPPEDWINDOW, - CW_USEDEFAULT, CW_USEDEFAULT, /* Position */ - 510, 400, /* Size */ - NULL, /* Parent window */ - NULL, /* Menu */ - hInstance, - NULL + CW_USEDEFAULT, CW_USEDEFAULT, 510, 400, + NULL, NULL, hInstance, NULL ); if (!hWnd) return 0; -- cgit v1.2.3