diff --git a/src/video/riscos/SDL_riscosvideo.c b/src/video/riscos/SDL_riscosvideo.c index 0cba7506d8..917a4123be 100644 --- a/src/video/riscos/SDL_riscosvideo.c +++ b/src/video/riscos/SDL_riscosvideo.c @@ -101,8 +101,6 @@ VideoBootStrap RISCOS_bootstrap = { static int RISCOS_VideoInit(SDL_VideoDevice *_this) { - SDL_VideoData *data = _this->internal; - if (RISCOS_InitEvents(_this) < 0) { return -1; }