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
No known key found for this signature in database
GPG key ID: FA148B892AB48044
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;