aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/e-shell.c7
-rw-r--r--shell/e-shell.h1
2 files changed, 0 insertions, 8 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 16b8026e53..49786c8517 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -1791,10 +1791,3 @@ e_shell_set_startup_view (EShell *shell,
shell->priv->startup_view = g_strdup (view);
}
-const gchar *
-e_shell_get_startup_view (EShell *shell)
-{
- g_return_val_if_fail (E_IS_SHELL (shell), NULL);
-
- return shell->priv->startup_view;
-}
diff --git a/shell/e-shell.h b/shell/e-shell.h
index f7edf8140d..34a1a8f6fa 100644
--- a/shell/e-shell.h
+++ b/shell/e-shell.h
@@ -145,7 +145,6 @@ void e_shell_cancel_quit (EShell *shell);
void e_shell_set_startup_view (EShell *shell,
const gchar *view);
-const gchar * e_shell_get_startup_view (EShell *shell);
G_END_DECLS