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

@@ -62,7 +62,7 @@ Emscripten_DeleteDevice(SDL_VideoDevice * device)
}
static SDL_VideoDevice *
Emscripten_CreateDevice(int devindex)
Emscripten_CreateDevice(void)
{
SDL_VideoDevice *device;