mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-27 10:57:22 +08:00
riscos: fix -Wunused-variable
This commit is contained in:
committed by
Anonymous Maarten
parent
3bfc103e76
commit
76f60c4b66
@@ -101,8 +101,6 @@ VideoBootStrap RISCOS_bootstrap = {
|
|||||||
|
|
||||||
static int RISCOS_VideoInit(SDL_VideoDevice *_this)
|
static int RISCOS_VideoInit(SDL_VideoDevice *_this)
|
||||||
{
|
{
|
||||||
SDL_VideoData *data = _this->internal;
|
|
||||||
|
|
||||||
if (RISCOS_InitEvents(_this) < 0) {
|
if (RISCOS_InitEvents(_this) < 0) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user