Fix tester manager

This commit is contained in:
Sylvain Berfini 2014-12-11 14:24:07 +01:00
parent 4163b16ac5
commit 304565ef1a

View file

@ -357,13 +357,6 @@ public class LinphoneTestManager implements LinphoneListener {
isDTMFReceived = true;
}
@Override
public void ecCalibrationStatus(LinphoneCore lc, EcCalibratorStatus status,
int delay_ms, Object data) {
// TODO Auto-generated method stub
}
@Override
public void notifyReceived(LinphoneCore lc, LinphoneCall call,
LinphoneAddress from, byte[] event) {