Removed dependency on GUI framework.
This commit is contained in:
parent
3137f9bb47
commit
070bf76e65
1 changed files with 0 additions and 4 deletions
|
@ -18,9 +18,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
package org.linphone.core;
|
package org.linphone.core;
|
||||||
|
|
||||||
import org.linphone.LinphoneService;
|
|
||||||
|
|
||||||
import android.util.Log;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -35,7 +32,6 @@ class LinphoneProxyConfigImpl implements LinphoneProxyConfig {
|
||||||
setProxy(proxy);
|
setProxy(proxy);
|
||||||
enableRegister(enableRegister);
|
enableRegister(enableRegister);
|
||||||
ownPtr=true;
|
ownPtr=true;
|
||||||
Log.w(LinphoneService.TAG, "route ["+route+"] not used yet");
|
|
||||||
}
|
}
|
||||||
protected LinphoneProxyConfigImpl(long aNativePtr) {
|
protected LinphoneProxyConfigImpl(long aNativePtr) {
|
||||||
nativePtr = aNativePtr;
|
nativePtr = aNativePtr;
|
||||||
|
|
Loading…
Reference in a new issue