aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r--shell/e-shell.c7
1 files changed, 0 insertions, 7 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;
-}