diff --git a/src/video/ohos/SDL_ohosvideo.c b/src/video/ohos/SDL_ohosvideo.c index de74fabf93..b6426a6dc4 100644 --- a/src/video/ohos/SDL_ohosvideo.c +++ b/src/video/ohos/SDL_ohosvideo.c @@ -104,7 +104,6 @@ static SDL_VideoDevice *OHOS_CreateDevice(void) device->HasClipboardText = OHOS_HasClipboardText; device->HasScreenKeyboardSupport = OHOS_HasScreenKeyboardSupport; - device->IsScreenKeyboardShown = OHOS_IsScreenKeyboardShownImpl; device->StartTextInput = OHOS_StartTextInputImpl; device->StopTextInput = OHOS_StopTextInputImpl;