[telepathy-gabble/master] parse_data_form: remove found_form_type_search as we don't use it
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Tue Aug 25 06:14:38 PDT 2009
---
src/search-channel.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/search-channel.c b/src/search-channel.c
index f56d4ed..7a5a8e3 100644
--- a/src/search-channel.c
+++ b/src/search-channel.c
@@ -278,7 +278,6 @@ parse_data_form (
GError **error)
{
GPtrArray *search_keys = g_ptr_array_new ();
- gboolean found_form_type_search = FALSE;
NodeIter i;
if (tp_strdiff (lm_message_node_get_attribute (x_node, "type"), "form"))
@@ -323,7 +322,6 @@ parse_data_form (
goto fail;
}
- found_form_type_search = TRUE;
continue;
}
--
1.5.6.5
More information about the telepathy-commits
mailing list