diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2006-01-30 19:49:53 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2006-01-30 19:49:53 +0800 |
commit | 1e5de972e60c9e693a87c0c5e899c64f930d75cb (patch) | |
tree | 32acc9f294047102ec640b8252d136ca18685a27 /shell/main.c | |
parent | fba1b81006ff538162950505a8349c9ef6a8c6a9 (diff) | |
download | gsoc2013-evolution-1e5de972e60c9e693a87c0c5e899c64f930d75cb.tar.gz 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.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); |