video: removed unused devindex argument from bootstrap's create method.

This commit is contained in:
Ryan C. Gordon
2022-07-25 23:06:58 -04:00
parent cbb3f4ca37
commit 20a76b0e3e
19 changed files with 27 additions and 28 deletions

View File

@@ -84,7 +84,7 @@ Android_DeleteDevice(SDL_VideoDevice *device)
}
static SDL_VideoDevice *
Android_CreateDevice(int devindex)
Android_CreateDevice(void)
{
SDL_VideoDevice *device;
SDL_VideoData *data;