]> sjero.net Git - linphone/blobdiff - coreapi/linphone_tunnel.cc
fix tunnel code for android
[linphone] / coreapi / linphone_tunnel.cc
index 1cc940f4b4c0a6d1065c2063c1e689a6e06b3eae..d36778bb8be811d71734b867de28d77b15fffe69 100644 (file)
@@ -196,7 +196,6 @@ void linphone_tunnel_configure(LinphoneTunnel *tunnel){
        linphone_tunnel_enable(tunnel, enabled);
 }
 
-
 #else
 
 /*stubs to avoid to have #ifdef TUNNEL_ENABLED in upper layers*/
@@ -225,8 +224,6 @@ bool_t linphone_tunnel_enabled(LinphoneTunnel *tunnel){
        return FALSE;
 }
 
-void linphone_tunnel_enable_logs(LinphoneTunnel *tunnel, bool_t enabled){
-}
 
 void linphone_tunnel_enable_logs_with_handler(LinphoneTunnel *tunnel, bool_t enabled, OrtpLogFunc logHandler){
 }