Fix useless method

This commit is contained in:
Erwan Croze 2018-06-27 10:14:13 +02:00
parent 75a01ef68e
commit 99595a3f2f

View file

@ -1775,7 +1775,4 @@ public class LinphoneManager implements CoreListener, SensorEventListener, Accou
mUnreadChatsPerRoom.put(key, 1); mUnreadChatsPerRoom.put(key, 1);
} }
} }
public void onQrcodeFound(Core lc, String something){
}
} }