remove placeholder code to fix Linux SDL1 build

This commit is contained in:
Wengier
2021-06-08 15:01:15 -04:00
committed by GitHub
parent b212327d28
commit 6da0b9914c

View File

@@ -87,8 +87,6 @@ struct SDL_SysWMmsg {
typedef struct SDL_SysWMinfo {
SDL_version version;
SDL_SYSWM_TYPE subsystem;
HWND ime; /* The Win32 input method window */
HIMC imc; /* The Win32 input method context */
union {
struct {
Display *display; /**< The X11 display */