code cleanup
This commit is contained in:
parent
f3eb3e1be3
commit
a5d54d70ee
|
@ -61,7 +61,6 @@ import android.net.Uri;
|
|||
import android.os.Binder;
|
||||
import android.os.Bundle;
|
||||
import android.os.IBinder;
|
||||
import android.os.Looper;
|
||||
import android.os.PowerManager;
|
||||
import android.os.PowerManager.WakeLock;
|
||||
import android.os.SystemClock;
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
package eu.siacs.conversations.ui;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import eu.siacs.conversations.entities.Contact;
|
||||
|
||||
public interface OnRosterFetchedListener {
|
||||
public void onRosterFetched(List<Contact> roster);
|
||||
}
|
Loading…
Reference in a new issue