aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'widgets')
-rw-r--r--widgets/text/e-text.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/widgets/text/e-text.c b/widgets/text/e-text.c
index d7afd1df5d..d7512a509a 100644
--- a/widgets/text/e-text.c
+++ b/widgets/text/e-text.c
@@ -185,17 +185,6 @@ disconnect_im_context (EText *text)
text->im_context_signals_registered = FALSE;
}
-static void
-disconnect_im_context (EText *text)
-{
- if (!text || !text->im_context)
- return;
-
- g_signal_handlers_disconnect_matched (
- text->im_context, G_SIGNAL_MATCH_DATA, 0, 0, NULL, NULL, text);
- text->im_context_signals_registered = FALSE;
-}
-
/* Dispose handler for the text item */
#if 0