From bb5917eda442675c738d5f8ca75af546064ddfaa Mon Sep 17 00:00:00 2001 From: Devashish Sharma Date: Mon, 30 Jan 2006 05:33:34 +0000 Subject: removes an unused variable. svn path=/trunk/; revision=31346 --- addressbook/gui/contact-editor/e-contact-editor.c | 1 - 1 file changed, 1 deletion(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index 359eb37608..fa454cf395 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -473,7 +473,6 @@ file_as_get_style (EContactEditor *editor) company = gtk_entry_get_text (GTK_ENTRY (company_w)); filestring = g_strdup (gtk_entry_get_text (file_as)); - style = -1; for (i = 0; i < 6; i++) { trystring = name_to_style (name, company, i); if (!strcmp(trystring, filestring)) { -- cgit v1.2.3