diff options
Diffstat (limited to 'modules/mailto-handler')
-rw-r--r-- | modules/mailto-handler/evolution-mailto-handler.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/mailto-handler/evolution-mailto-handler.c b/modules/mailto-handler/evolution-mailto-handler.c index 42c661a541..afba8af0c9 100644 --- a/modules/mailto-handler/evolution-mailto-handler.c +++ b/modules/mailto-handler/evolution-mailto-handler.c @@ -230,13 +230,11 @@ static void mailto_handler_constructed (GObject *object) { EShell *shell; - EShellSettings *shell_settings; EMailtoHandler *extension; extension = E_MAILTO_HANDLER (object); shell = mailto_handler_get_shell (extension); - shell_settings = e_shell_get_shell_settings (shell); e_shell_settings_install_property_for_key ( "mailto-handler-check", |