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/ChangeLog | 4 ++++ addressbook/gui/contact-editor/e-contact-editor.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index c0c7a3b84b..558a4d2c85 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,7 @@ +2006-01-30 Elijah Newren + + * gui/contact-editor/e-contact-editor.c: removed an unused variable. + 2006-01-27 Kjartan Maraas reviewed by: Harish Krishnaswamy 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