summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-08-03 21:39:19 +0200
committerinfirit <[email protected]>2015-08-03 21:39:19 +0200
commitbdfc07a804d787bdee7ec671bcc397517de3de7c (patch)
tree36fd6504c614b2dd5c3e3f4412bc88424a0d824a
parentee8ed9307be84069164c523e99d80edda3ec62a2 (diff)
downloadpluma-bdfc07a804d787bdee7ec671bcc397517de3de7c.tar.bz2
pluma-bdfc07a804d787bdee7ec671bcc397517de3de7c.tar.xz
Remove unused reset_im_context function1.10
Builds now with GSEAL_ENABLE
-rw-r--r--pluma/pluma-view.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/pluma/pluma-view.c b/pluma/pluma-view.c
index 58b5b2ee..55dc9671 100644
--- a/pluma/pluma-view.c
+++ b/pluma/pluma-view.c
@@ -2110,19 +2110,6 @@ search_highlight_updated_cb (PlumaDocument *doc,
}
}
-#if !GTK_CHECK_VERSION (3, 0, 0)
-/* There is no "official" way to reset the im context in GtkTextView */
-static void
-reset_im_context (GtkTextView *text_view)
-{
- if (text_view->need_im_reset)
- {
- text_view->need_im_reset = FALSE;
- gtk_im_context_reset (text_view->im_context);
- }
-}
-#endif
-
static void
delete_line (GtkTextView *text_view,
gint count)