diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-03-31 21:16:10 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-04-01 00:10:54 +0800 |
commit | f8f89b0bfd8ef857dceed2a96df16a008290d53b (patch) | |
tree | 02f0b13683bf8e39df7ab12aa84cc9fe324e7a0d /calendar | |
parent | 50b164637fb0cca89a20793341102b0ddbfc5b50 (diff) | |
download | gsoc2013-evolution-f8f89b0bfd8ef857dceed2a96df16a008290d53b.tar.gz 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 'calendar')
-rw-r--r-- | calendar/gui/dialogs/comp-editor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c index f36bebc694..037371d167 100644 --- a/calendar/gui/dialogs/comp-editor.c +++ b/calendar/gui/dialogs/comp-editor.c @@ -2261,7 +2261,6 @@ comp_editor_init (CompEditor *editor) gtk_application_add_window ( GTK_APPLICATION (shell), GTK_WINDOW (editor)); - e_shell_adapt_window_size (shell, GTK_WINDOW (editor)); } static gboolean |