text: Remove gtk_text_get_im_context()

Unused.
This commit is contained in:
Timm Bäder
2020-02-17 15:46:41 +01:00
parent d8a61b3185
commit 64d0f848bc
2 changed files with 0 additions and 9 deletions

View File

@@ -4677,14 +4677,6 @@ gtk_text_reset_im_context (GtkText *self)
}
}
GtkIMContext *
gtk_text_get_im_context (GtkText *self)
{
GtkTextPrivate *priv = gtk_text_get_instance_private (self);
return priv->im_context;
}
static int
gtk_text_find_position (GtkText *self,
int x)

View File

@@ -92,7 +92,6 @@ struct _GtkTextClass
char * gtk_text_get_display_text (GtkText *entry,
int start_pos,
int end_pos);
GtkIMContext * gtk_text_get_im_context (GtkText *entry);
void gtk_text_enter_text (GtkText *entry,
const char *text);
void gtk_text_set_positions (GtkText *entry,