diff options
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/main.c b/shell/main.c index 8b10c0725f..c29e25c4bd 100644 --- a/shell/main.c +++ b/shell/main.c @@ -328,7 +328,6 @@ idle_cb (void *data) CORBA_Environment ev; EShellConstructResult result; EShellStartupLineMode startup_line_mode; - gboolean have_evolution_uri; #ifdef KILL_PROCESS_CMD kill_old_dataserver (); @@ -374,8 +373,6 @@ idle_cb (void *data) } - have_evolution_uri = FALSE; - if (shell != NULL) { e_shell_create_window (shell, default_component_id, NULL); open_uris (corba_shell, uri_list); |