فهرست منبع

riscos: fix -Wunused-variable

Anonymous Maarten 1 سال پیش
والد
کامیت
76f60c4b66
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      src/video/riscos/SDL_riscosvideo.c

+ 0 - 2
src/video/riscos/SDL_riscosvideo.c

@@ -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;
     }
     }