diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-03-31 21:30:03 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-04-01 00:10:54 +0800 |
commit | 7c38b34f2073ce895957a87da3113f19d62da86d (patch) | |
tree | 197b48d627cf0bfd9e97ce2128c05d38ea923244 /shell/e-shell.c | |
parent | 6a5767cbd1fb6390478a888d94677a6ecb1d123f (diff) | |
download | gsoc2013-evolution-7c38b34f2073ce895957a87da3113f19d62da86d.tar gsoc2013-evolution-7c38b34f2073ce895957a87da3113f19d62da86d.tar.gz gsoc2013-evolution-7c38b34f2073ce895957a87da3113f19d62da86d.tar.bz2 gsoc2013-evolution-7c38b34f2073ce895957a87da3113f19d62da86d.tar.lz gsoc2013-evolution-7c38b34f2073ce895957a87da3113f19d62da86d.tar.xz gsoc2013-evolution-7c38b34f2073ce895957a87da3113f19d62da86d.tar.zst gsoc2013-evolution-7c38b34f2073ce895957a87da3113f19d62da86d.zip |
Remove e_shell_get_startup_view().
No longer needed.
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 7 |
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; -} |