aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/text')
-rw-r--r--widgets/text/e-reflow.c2
-rw-r--r--widgets/text/e-text.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/widgets/text/e-reflow.c b/widgets/text/e-reflow.c
index 02535d7b34..37cfef1e1b 100644
--- a/widgets/text/e-reflow.c
+++ b/widgets/text/e-reflow.c
@@ -746,8 +746,6 @@ column_width_changed (EReflow *reflow)
g_signal_emit (reflow, signals[COLUMN_WIDTH_CHANGED], 0, reflow->column_width);
}
-
-
/* Virtual functions */
static void
e_reflow_set_property (GObject *object,
diff --git a/widgets/text/e-text.c b/widgets/text/e-text.c
index b57cec835d..d7512a509a 100644
--- a/widgets/text/e-text.c
+++ b/widgets/text/e-text.c
@@ -174,8 +174,6 @@ static gboolean e_text_delete_surrounding_cb (GtkIMContext *context,
static GdkAtom clipboard_atom = GDK_NONE;
-
-
static void
disconnect_im_context (EText *text)
{