Skip to content

Commit 5fffa8b

Browse files
committed
SDL_video_unsupported.c: fix SDL_iOSAnimationCallback type redefinition error
1 parent 1d7e708 commit 5fffa8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/video/SDL_video_unsupported.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ void SDL_OnApplicationDidChangeStatusBarOrientation(void)
9191

9292
#ifndef SDL_VIDEO_DRIVER_UIKIT
9393

94-
typedef void (SDLCALL *SDL_iOSAnimationCallback)(void *userdata);
9594
bool SDL_SetiOSAnimationCallback(SDL_Window *window, int interval, SDL_iOSAnimationCallback callback, void *callbackParam)
9695
{
9796
(void)window;

0 commit comments

Comments
 (0)