aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2006-01-30 19:49:53 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2006-01-30 19:49:53 +0800
commit1e5de972e60c9e693a87c0c5e899c64f930d75cb (patch)
tree32acc9f294047102ec640b8252d136ca18685a27 /shell/main.c
parentfba1b81006ff538162950505a8349c9ef6a8c6a9 (diff)
downloadgsoc2013-evolution-1e5de972e60c9e693a87c0c5e899c64f930d75cb.tar
gsoc2013-evolution-1e5de972e60c9e693a87c0c5e899c64f930d75cb.tar.gz
gsoc2013-evolution-1e5de972e60c9e693a87c0c5e899c64f930d75cb.tar.bz2
gsoc2013-evolution-1e5de972e60c9e693a87c0c5e899c64f930d75cb.tar.lz
gsoc2013-evolution-1e5de972e60c9e693a87c0c5e899c64f930d75cb.tar.xz
gsoc2013-evolution-1e5de972e60c9e693a87c0c5e899c64f930d75cb.tar.zst
gsoc2013-evolution-1e5de972e60c9e693a87c0c5e899c64f930d75cb.zip
Remove unused code and fix format specifiers in some cases.
2006-01-29 Kjartan Maraas <kmaraas@gnome.org> * e-corba-config-page.c: (e_corba_config_page_class_init): * e-shell-folder-title-bar.c: (e_shell_folder_title_bar_construct): * e-shell-window.c: (init_view): * e-shell.c: (detect_version), (e_shell_construct), (e_shell_new), (e_shell_attempt_upgrade), (e_shell_create_window), (e_shell_save_settings): * main.c: (idle_cb): Remove unused code and fix format specifiers in some cases. svn path=/trunk/; revision=31367
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c3
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);