mirror of
https://github.com/encounter/SDL.git
synced 2025-12-19 09:55:29 +00:00
video: removed unused devindex argument from bootstrap's create method.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user