remove trace

This commit is contained in:
Simon Morlat 2010-11-15 19:18:52 +01:00
parent 4bb9fbefa3
commit 632c765156

View file

@ -948,6 +948,5 @@ extern "C" void Java_org_linphone_core_LinphoneCoreImpl_setVideoWindowId(JNIEnv*
,jlong lc
,jobject obj) {
linphone_core_set_native_video_window_id((LinphoneCore*)lc,(unsigned long)obj);
ms_message("linphone_core_set_native_video_window_id() called !!!!!!!");
}