summaryrefslogtreecommitdiff
path: root/src/search-channel.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-08-25 14:14:38 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-08-25 14:14:38 +0100
commit606dc7740f3df171cc2de0579f5fbcaed45ac298 (patch)
tree5d1a592cf6340871e136e957c03ab4e6c7485ee4 /src/search-channel.c
parentfa058ff325923fe4a20fce03b82f7a1cada086cd (diff)
downloadtelepathy-gabble-606dc7740f3df171cc2de0579f5fbcaed45ac298.tar.gz
parse_data_form: remove found_form_type_search as we don't use it
Diffstat (limited to 'src/search-channel.c')
-rw-r--r--src/search-channel.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/search-channel.c b/src/search-channel.c
index f56d4ed29..7a5a8e318 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;
}