From 354f7576876d5c0a00945a5167262827425e4b42 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 21 Jul 2019 21:35:25 +0200 Subject: Remove redundant and mismatched prototype --- pugl/pugl_osx.m | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pugl/pugl_osx.m b/pugl/pugl_osx.m index 7a804b7..f3054fd 100644 --- a/pugl/pugl_osx.m +++ b/pugl/pugl_osx.m @@ -54,17 +54,14 @@ struct PuglInternalsImpl { PuglView* puglview; } -- (id) initWithContentRect:(NSRect)contentRect - styleMask:(unsigned int)aStyle - backing:(NSBackingStoreType)bufferingType - defer:(BOOL)flag; - (void) setPuglview:(PuglView*)view; + @end @implementation PuglWindow - (id) initWithContentRect:(NSRect)contentRect - styleMask:(unsigned int)aStyle + styleMask:(NSWindowStyleMask)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag { -- cgit v1.2.1