diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/SDL_syswm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/SDL_syswm.h b/include/SDL_syswm.h index 539724f9e7..3ea026b44d 100644 --- a/include/SDL_syswm.h +++ b/include/SDL_syswm.h @@ -82,7 +82,6 @@ struct SDL_SysWMinfo; #include <Cocoa/Cocoa.h> #else typedef struct _NSWindow NSWindow; -typedef struct _NSView NSView; #endif #endif @@ -188,7 +187,6 @@ struct SDL_SysWMinfo struct { NSWindow *window; /* The Cocoa window */ - NSView *view; /* The Cocoa view */ } cocoa; #endif #if defined(SDL_VIDEO_DRIVER_UIKIT) |