Remove useless import

This commit is contained in:
Erwan Croze 2017-07-24 16:03:23 +02:00
parent 3d443a2c4d
commit b174180e76
2 changed files with 1 additions and 3 deletions

View file

@ -342,5 +342,4 @@
<activity android:name=".LinphoneGenericActivity">
</activity>
</application>
</manifest>

View file

@ -75,7 +75,6 @@ import android.widget.TextView;
import android.widget.Toast;
import org.linphone.compatibility.Compatibility;
import org.linphone.core.LinphoneAccountCreator;
import org.linphone.core.LinphoneAddress;
import org.linphone.core.LinphoneBuffer;
import org.linphone.core.LinphoneChatMessage;