summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2013-06-30 13:45:43 -0400
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2013-06-30 13:45:43 -0400
commit85c061470703b03ec702f39f33753827093e1e56 (patch)
treebeb4df4e817e658feb9c50d03f78184112b091e3 /gdk
parent7ca327c9bb33a3c924cfb981a5ed2b8fffaf5e03 (diff)
downloadgtk+-85c061470703b03ec702f39f33753827093e1e56.tar.gz
Remove gtk-im-status-style and gtk-im-preedit-style from GDK as well
Diffstat (limited to 'gdk')
-rw-r--r--gdk/win32/gdkproperty-win32.c2
-rw-r--r--gdk/x11/gdksettings.c2
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"},