aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-06-09 18:21:49 +0800
committerChris Lahey <clahey@src.gnome.org>2001-06-09 18:21:49 +0800
commit519a31197ac8e87c8b7e077521aedb4264fda3b6 (patch)
tree3b2d742781d61ec6fa2eed5ffda35340ee894ee7 /addressbook/gui
parent0072b2b5eb7b834755de1225b8373be5963e1140 (diff)
downloadgsoc2013-evolution-519a31197ac8e87c8b7e077521aedb4264fda3b6.tar
gsoc2013-evolution-519a31197ac8e87c8b7e077521aedb4264fda3b6.tar.gz
gsoc2013-evolution-519a31197ac8e87c8b7e077521aedb4264fda3b6.tar.bz2
gsoc2013-evolution-519a31197ac8e87c8b7e077521aedb4264fda3b6.tar.lz
gsoc2013-evolution-519a31197ac8e87c8b7e077521aedb4264fda3b6.tar.xz
gsoc2013-evolution-519a31197ac8e87c8b7e077521aedb4264fda3b6.tar.zst
gsoc2013-evolution-519a31197ac8e87c8b7e077521aedb4264fda3b6.zip
Removed unused email variable.
2001-06-09 Christopher James Lahey <clahey@ximian.com> * gui/component/select-names/e-select-names-completion.c (match_name): Removed unused email variable. svn path=/trunk/; revision=10173
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/component/select-names/e-select-names-completion.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names-completion.c b/addressbook/gui/component/select-names/e-select-names-completion.c
index 8639ca5871..54f833dd4f 100644
--- a/addressbook/gui/component/select-names/e-select-names-completion.c
+++ b/addressbook/gui/component/select-names/e-select-names-completion.c
@@ -290,7 +290,6 @@ match_name (ESelectNamesCompletion *comp, EDestination *dest)
gchar *menu_text = NULL;
ECard *card;
gchar *cpy, **strv;
- const gchar *email;
gint len, i, match_len = 0;
gint match = 0, first_match = 0;
double score = 0;