* Removed all help application support (fixes NB#93294).
[modest] / src / hildon2 / modest-connection-specific-smtp-edit-window.c
index 1949554..67aea73 100644 (file)
@@ -424,10 +424,6 @@ modest_connection_specific_smtp_edit_window_init (ModestConnectionSpecificSmtpEd
        modest_window_mgr_prevent_hibernation_while_window_is_shown (
                modest_runtime_get_window_mgr (), GTK_WINDOW (self)); 
        
-       hildon_help_dialog_help_enable (GTK_DIALOG(self),
-                                       "applications_email_connectionspecificsmtpconf",
-                                       modest_maemo_utils_get_osso_context());
-
        /* Refresh view with current settings */
        on_auth_picker_changed (HILDON_PICKER_BUTTON (priv->outgoing_auth_picker), self);
        on_security_picker_changed (HILDON_PICKER_BUTTON (priv->outgoing_security_picker), self);