From 7c63fc5f31fccb5fa901997d207d4283a27e5eee Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 31 Mar 2013 09:34:28 -0400 Subject: Remove e_shell_set_startup_view(). No longer needed. --- shell/main.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'shell/main.c') diff --git a/shell/main.c b/shell/main.c index a8342e1b4a..b070c03b15 100644 --- a/shell/main.c +++ b/shell/main.c @@ -674,9 +674,6 @@ main (gint argc, e_plugin_load_plugins (); } - if (requested_view != NULL) - e_shell_set_startup_view (shell, requested_view); - /* Attempt migration -after- loading all modules and plugins, * as both shell backends and certain plugins hook into this. */ e_shell_migrate_attempt (shell); -- cgit