Browse Source

presence_dialoginfo: get rid of unused variables warning

- priority and winning_priority are used in an alternative winning node
  selection which is disabled now
- reported by Jua Heinanen
Daniel-Constantin Mierla 11 years ago
parent
commit
4f4641ea2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/presence_dialoginfo/notify_body.c

+ 1 - 1
modules/presence_dialoginfo/notify_body.c

@@ -101,7 +101,7 @@ str* agregate_xmls(str* pres_user, str* pres_domain, str** body_array, int n)
 	xmlDocPtr  doc = NULL;
 	xmlNodePtr root_node = NULL;
 	xmlNsPtr   namespace = NULL;
-	int winner_priority = -1, priority;
+	/*int winner_priority = -1, priority;*/
 
 	xmlNodePtr p_root= NULL;
 	xmlDocPtr* xml_array ;