aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-04-22 16:20:33 -0400
committerDavid Robillard <d@drobilla.net>2022-04-23 21:18:38 -0400
commit653b961b4b5533322655e424e9a53df0e8972d6c (patch)
treecec22c2173421d6e2e6c31ed35b0daa313e60ab5 /src
parentefc9744aa464f01eeeccc1b354b0564d819fdeb3 (diff)
downloadpugl-653b961b4b5533322655e424e9a53df0e8972d6c.tar.gz
pugl-653b961b4b5533322655e424e9a53df0e8972d6c.tar.bz2
pugl-653b961b4b5533322655e424e9a53df0e8972d6c.zip
Windows: Remove pointless const qualifiers
Diffstat (limited to 'src')
-rw-r--r--src/win.h5
1 files changed, 1 insertions, 4 deletions
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