diff options
Diffstat (limited to 'gdk')
-rw-r--r-- | gdk/win32/gdkproperty-win32.c | 2 | ||||
-rw-r--r-- | gdk/x11/gdksettings.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/gdk/win32/gdkproperty-win32.c b/gdk/win32/gdkproperty-win32.c index 3f488ec73b..11268ab910 100644 --- a/gdk/win32/gdkproperty-win32.c +++ b/gdk/win32/gdkproperty-win32.c @@ -310,8 +310,6 @@ _gdk_win32_window_delete_property (GdkWindow *window, "Gtk/KeyThemeName\0" "gtk-key-theme-name\0" "Gtk/ToolbarStyle\0" "gtk-toolbar-style\0" "Gtk/ToolbarIconSize\0" "gtk-toolbar-icon-size\0" - "Gtk/IMPreeditStyle\0" "gtk-im-preedit-style\0" - "Gtk/IMStatusStyle\0" "gtk-im-status-style\0" "Gtk/Modules\0" "gtk-modules\0" "Gtk/CursorThemeName\0" "gtk-cursor-theme-name\0" "Gtk/CursorThemeSize\0" "gtk-cursor-theme-size\0" diff --git a/gdk/x11/gdksettings.c b/gdk/x11/gdksettings.c index c4d0b6afdf..5f4119fd7d 100644 --- a/gdk/x11/gdksettings.c +++ b/gdk/x11/gdksettings.c @@ -35,8 +35,6 @@ static const struct { {"Gtk/KeyThemeName", "gtk-key-theme-name"}, {"Gtk/ToolbarStyle", "gtk-toolbar-style"}, {"Gtk/ToolbarIconSize", "gtk-toolbar-icon-size"}, - {"Gtk/IMPreeditStyle", "gtk-im-preedit-style"}, - {"Gtk/IMStatusStyle", "gtk-im-status-style"}, {"Gtk/Modules", "gtk-modules"}, {"Gtk/CursorThemeName", "gtk-cursor-theme-name"}, {"Gtk/CursorThemeSize", "gtk-cursor-theme-size"}, |