diff options
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/main.c b/shell/main.c index 81a6a81540..2e8f07a7bc 100644 --- a/shell/main.c +++ b/shell/main.c @@ -451,7 +451,6 @@ gint main (gint argc, gchar **argv) { EShell *shell; - GtkIconTheme *icon_theme; GConfClient *client; #ifdef DEVELOPMENT gboolean skip_warning_dialog; @@ -553,9 +552,6 @@ main (gint argc, gchar **argv) e_passwords_init (); - icon_theme = gtk_icon_theme_get_default (); - gtk_icon_theme_append_search_path (icon_theme, EVOLUTION_ICONDIR); - gtk_window_set_default_icon_name ("evolution"); if (setup_only) |