From 5411d146b3ea31df06986b2443bc782a0ab19fed Mon Sep 17 00:00:00 2001 From: aymeric Date: Tue, 27 Oct 2009 13:23:24 +0000 Subject: [PATCH] fix for windows mobile git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@739 3f6dc0c8-ddfe-455d-9043-3cd528dc4637 --- linphone/mediastreamer2/src/ice.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/linphone/mediastreamer2/src/ice.c b/linphone/mediastreamer2/src/ice.c index ee61bcf35..4f26c4215 100644 --- a/linphone/mediastreamer2/src/ice.c +++ b/linphone/mediastreamer2/src/ice.c @@ -1332,11 +1332,7 @@ static void ice_process(MSFilter * f) } } -#if !defined(_WIN32_WCE) ice_sound_send_stun_request(d->session, d->check_lists, f->ticker->time); -#else - ice_sound_send_stun_request(d->session, d->check_lists, f->ticker->time)); -#endif } static MSFilterMethod ice_methods[] = {