diff options
author | Devashish Sharma <dsharma@src.gnome.org> | 2006-01-30 13:33:34 +0800 |
---|---|---|
committer | Devashish Sharma <dsharma@src.gnome.org> | 2006-01-30 13:33:34 +0800 |
commit | bb5917eda442675c738d5f8ca75af546064ddfaa (patch) | |
tree | 8910200126d01e0dbd4c4784d9bbcd890cfcaea4 /addressbook/gui | |
parent | 3fc81ed934db3384694edd38b46e78393c0db640 (diff) | |
download | gsoc2013-evolution-bb5917eda442675c738d5f8ca75af546064ddfaa.tar.gz gsoc2013-evolution-bb5917eda442675c738d5f8ca75af546064ddfaa.tar.zst gsoc2013-evolution-bb5917eda442675c738d5f8ca75af546064ddfaa.zip |
removes an unused variable.
svn path=/trunk/; revision=31346
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 1 |
1 files changed, 0 insertions, 1 deletions
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)) { |