소스 검색

Fixed build

Sam Lantinga 2 년 전
부모
커밋
16f4e37bb5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/events/SDL_keyboard.c

+ 0 - 1
src/events/SDL_keyboard.c

@@ -793,7 +793,6 @@ int SDL_SetKeyboardFocus(SDL_Window *window)
                             0, 0);
 
         if (SDL_EventEnabled(SDL_EVENT_TEXT_INPUT)) {
-            SDL_VideoDevice *video = SDL_GetVideoDevice();
             if (video && video->StartTextInput) {
                 video->StartTextInput(video);
             }