summaryrefslogtreecommitdiff
path: root/gtk/gtkimmodule.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2015-08-18 20:45:34 +0200
committerBenjamin Otte <otte@redhat.com>2015-08-20 14:42:04 +0200
commitc6219c913fc0b22fa9f729c52ebac2cc9f090121 (patch)
treef37900cda365f260113be3a1decf49b2ce3dd70c /gtk/gtkimmodule.c
parent8ed4e439e4c2aa317cfc0c4c651a46318c8ee1d6 (diff)
downloadgtk+-c6219c913fc0b22fa9f729c52ebac2cc9f090121.tar.gz
immodule: Remove unused parameter
Diffstat (limited to 'gtk/gtkimmodule.c')
-rw-r--r--gtk/gtkimmodule.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkimmodule.c b/gtk/gtkimmodule.c
index 35398fe733..1367ffa8f4 100644
--- a/gtk/gtkimmodule.c
+++ b/gtk/gtkimmodule.c
@@ -792,7 +792,6 @@ get_current_input_language (void)
/**
* _gtk_im_module_get_default_context_id:
- * @client_window: a window
*
* Return the context_id of the best IM context type
* for the given window.
@@ -800,7 +799,7 @@ get_current_input_language (void)
* Returns: the context ID (will never be %NULL)
*/
const gchar *
-_gtk_im_module_get_default_context_id (GdkWindow *client_window)
+_gtk_im_module_get_default_context_id (void)
{
GSList *tmp_list;
const gchar *context_id = NULL;