diff options
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index 3eb063928b..e4224f3207 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -120,7 +120,6 @@ struct _EShellPrivate { guint crash_recovery : 1; }; - /* Signals. */ enum { @@ -132,7 +131,6 @@ enum { static guint signals[LAST_SIGNAL] = { 0 }; - /* Utility functions. */ static gboolean @@ -150,7 +148,6 @@ get_config_start_offline (void) return value; } - /* Interactivity handling. */ static void @@ -200,7 +197,6 @@ set_interactive (EShell *shell, } } - /* CORBA interface implementation. */ static gboolean @@ -485,7 +481,6 @@ impl_finalize (GObject *object) (* G_OBJECT_CLASS (parent_class)->finalize) (object); } - /* Initialization. */ static void @@ -996,7 +991,6 @@ e_shell_peek_uri_schema_registry (EShell *shell) } #endif - /** * e_shell_peek_component_registry: * @shell: @@ -1013,7 +1007,6 @@ e_shell_peek_component_registry (EShell *shell) return shell->priv->component_registry; } - /** * e_shell_save_settings: * @shell: @@ -1084,7 +1077,6 @@ e_shell_get_line_status (EShell *shell) return shell->priv->line_status; } - /* Offline/online handling. */ static void @@ -1222,7 +1214,6 @@ e_shell_send_receive (EShell *shell) } } - void e_shell_show_settings (EShell *shell, const gchar *type, @@ -1252,7 +1243,6 @@ e_shell_show_settings (EShell *shell, gtk_widget_show (priv->settings_dialog.widget); } - const gchar * e_shell_construct_result_to_string (EShellConstructResult result) { |