aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-03-31 21:16:10 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-04-01 00:10:54 +0800
commitf8f89b0bfd8ef857dceed2a96df16a008290d53b (patch)
tree02f0b13683bf8e39df7ab12aa84cc9fe324e7a0d /shell/e-shell.h
parent50b164637fb0cca89a20793341102b0ddbfc5b50 (diff)
downloadgsoc2013-evolution-f8f89b0bfd8ef857dceed2a96df16a008290d53b.tar
gsoc2013-evolution-f8f89b0bfd8ef857dceed2a96df16a008290d53b.tar.gz
gsoc2013-evolution-f8f89b0bfd8ef857dceed2a96df16a008290d53b.tar.bz2
gsoc2013-evolution-f8f89b0bfd8ef857dceed2a96df16a008290d53b.tar.lz
gsoc2013-evolution-f8f89b0bfd8ef857dceed2a96df16a008290d53b.tar.xz
gsoc2013-evolution-f8f89b0bfd8ef857dceed2a96df16a008290d53b.tar.zst
gsoc2013-evolution-f8f89b0bfd8ef857dceed2a96df16a008290d53b.zip
Remove e_shell_adapt_window_size().
Its preconditions are never TRUE, and is therefore a no-op function.
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r--shell/e-shell.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h
index 7829b8cf69..214dd49988 100644
--- a/shell/e-shell.h
+++ b/shell/e-shell.h
@@ -144,8 +144,6 @@ gboolean e_shell_quit (EShell *shell,
EShellQuitReason reason);
void e_shell_cancel_quit (EShell *shell);
-void e_shell_adapt_window_size (EShell *shell,
- GtkWindow *window);
void e_shell_set_startup_view (EShell *shell,
const gchar *view);
const gchar * e_shell_get_startup_view (EShell *shell);