diff options
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index f9aa3855e0..62b7538089 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -99,10 +99,7 @@ EShellConstructResult e_shell_construct (EShell *shell, EShell *e_shell_new (EShellStartupLineMode startup_line_mode, EShellConstructResult *construct_result_return); -gboolean e_shell_attempt_upgrade (EShell *shell, - int major, - int minor, - int revision); +gboolean e_shell_attempt_upgrade (EShell *shell); EShellWindow *e_shell_create_window (EShell *shell, const char *component_id, |