From 653b961b4b5533322655e424e9a53df0e8972d6c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 22 Apr 2022 16:20:33 -0400 Subject: Windows: Remove pointless const qualifiers --- src/win.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/win.h') diff --git a/src/win.h b/src/win.h index 3f879c2..5c70e1e 100644 --- a/src/win.h +++ b/src/win.h @@ -36,10 +36,7 @@ puglWinGetPixelFormatDescriptor(const PuglHints hints); PUGL_WARN_UNUSED_RESULT PUGL_API PuglStatus -puglWinCreateWindow(PuglView* const view, - const char* const title, - HWND* const hwnd, - HDC* const hdc); +puglWinCreateWindow(PuglView* view, const char* title, HWND* hwnd, HDC* hdc); PUGL_WARN_UNUSED_RESULT PUGL_API -- cgit v1.2.1