aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names/e-select-names-text-model.c
diff options
context:
space:
mode:
authorChris Lahey <clahey@src.gnome.org>2002-01-11 14:02:51 +0800
committerChris Lahey <clahey@src.gnome.org>2002-01-11 14:02:51 +0800
commit7f1950793858a168674fd9859b25864dd47cbc21 (patch)
tree0687f6bd6ff7484cacc58e5c72c36a3bc6a16b41 /addressbook/gui/component/select-names/e-select-names-text-model.c
parent8e77db8f29c085033d8a8466370a68dcb4ce69cc (diff)
downloadgsoc2013-evolution-7f1950793858a168674fd9859b25864dd47cbc21.tar
gsoc2013-evolution-7f1950793858a168674fd9859b25864dd47cbc21.tar.gz
gsoc2013-evolution-7f1950793858a168674fd9859b25864dd47cbc21.tar.bz2
gsoc2013-evolution-7f1950793858a168674fd9859b25864dd47cbc21.tar.lz
gsoc2013-evolution-7f1950793858a168674fd9859b25864dd47cbc21.tar.xz
gsoc2013-evolution-7f1950793858a168674fd9859b25864dd47cbc21.tar.zst
gsoc2013-evolution-7f1950793858a168674fd9859b25864dd47cbc21.zip
ChangeLog change.
svn path=/trunk/; revision=15293
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names-text-model.c')
-rw-r--r--addressbook/gui/component/select-names/e-select-names-text-model.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names-text-model.c b/addressbook/gui/component/select-names/e-select-names-text-model.c
index 8faa99d0e4..23751afb8c 100644
--- a/addressbook/gui/component/select-names/e-select-names-text-model.c
+++ b/addressbook/gui/component/select-names/e-select-names-text-model.c
@@ -741,7 +741,6 @@ e_select_names_text_model_get_nth_obj (ETextModel *model, gint n, gint *len)
{
ESelectNamesTextModel *text_model = E_SELECT_NAMES_TEXT_MODEL (model);
ESelectNamesModel *source = text_model->source;
- const gchar *txt;
gint i, pos;
i = nth_obj_index (source, n);