diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2013-06-21 08:55:55 -0400 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2013-06-21 08:59:32 -0400 |
commit | 1b3f9df361ac473cf7eb304002c4a36127317ead (patch) | |
tree | 82d56173d11a63d38e70005cd2489f10405339a5 /gtk/gtkimcontext.c | |
parent | c27ddc66c573ae897945155e3ef6e1b64d630fba (diff) | |
download | gtk+-1b3f9df361ac473cf7eb304002c4a36127317ead.tar.gz |
Remove rest of gtk-show-input-method-menu and gtk-show-unicode-menu
They are no longer used.
Diffstat (limited to 'gtk/gtkimcontext.c')
-rw-r--r-- | gtk/gtkimcontext.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkimcontext.c b/gtk/gtkimcontext.c index f0f351fbda..68d77e93bf 100644 --- a/gtk/gtkimcontext.c +++ b/gtk/gtkimcontext.c @@ -33,8 +33,6 @@ * is used by GTK+ text input widgets like #GtkEntry to map from key events to * Unicode character strings. * - * The user may change the current input method via a context menu, unless the - * #GtkSettings:gtk-show-input-method-menu GtkSettings property is set to FALSE. * The default input method can be set programmatically via the * #GtkSettings:gtk-im-module GtkSettings property. Alternatively, you may set * the GTK_IM_MODULE environment variable as documented in #gtk-running. |