Commit 3f13068e authored by Dafydd Harries's avatar Dafydd Harries

comment out unused code

darcs-hash:20070212155915-c9803-ba64ad5e8abdc3b2cec3713e86ffe5fa4f82d261.gz
parent bee65cf8
...@@ -131,6 +131,7 @@ enum check_list_state ...@@ -131,6 +131,7 @@ enum check_list_state
}; };
#if 0
/* ICE-13 §5.7 */ /* ICE-13 §5.7 */
guint64 guint64
candidate_pair_priority ( candidate_pair_priority (
...@@ -142,6 +143,7 @@ candidate_pair_priority ( ...@@ -142,6 +143,7 @@ candidate_pair_priority (
2 * MAX (offerer_prio, answerer_prio) + 2 * MAX (offerer_prio, answerer_prio) +
(offerer_prio > answerer_prio ? 1 : 0)); (offerer_prio > answerer_prio ? 1 : 0));
} }
#endif
/*** agent ***/ /*** agent ***/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment