aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/memo-page.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/dialogs/memo-page.c')
-rw-r--r--calendar/gui/dialogs/memo-page.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/calendar/gui/dialogs/memo-page.c b/calendar/gui/dialogs/memo-page.c
index 7c33ec6864..c202444a2b 100644
--- a/calendar/gui/dialogs/memo-page.c
+++ b/calendar/gui/dialogs/memo-page.c
@@ -906,21 +906,6 @@ get_widgets (MemoPage *mpage)
gtk_entry_set_completion (GTK_ENTRY (priv->categories), completion);
g_object_unref (completion);
- if (priv->summary_entry) {
- EShell *shell;
- EShellSettings *shell_settings;
- CompEditor *editor;
-
- editor = comp_editor_page_get_editor (page);
- shell = comp_editor_get_shell (editor);
- shell_settings = e_shell_get_shell_settings (shell);
-
- g_object_bind_property (
- shell_settings, "composer-inline-spelling",
- priv->summary_entry, "checking-enabled",
- G_BINDING_SYNC_CREATE);
- }
-
return (priv->memo_content
&& priv->categories_btn
&& priv->categories