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

@@ -51,7 +51,7 @@ RISCOS_DeleteDevice(SDL_VideoDevice * device)
}
static SDL_VideoDevice *
RISCOS_CreateDevice(int devindex)
RISCOS_CreateDevice(void)
{
SDL_VideoDevice *device;
SDL_VideoData *phdata;