mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 14:49:53 +01:00
Rm unused method
This commit is contained in:
@@ -59,11 +59,9 @@ public interface RemoteWipeManager extends ConversationManager.ConversationClien
|
|||||||
|
|
||||||
List<ContactId> getWiperContactIds(Transaction txn);
|
List<ContactId> getWiperContactIds(Transaction txn);
|
||||||
|
|
||||||
void sendConfirmMessages(Transaction txn) throws DbException,
|
int sendConfirmMessages(Transaction txn) throws DbException,
|
||||||
FormatException;
|
FormatException;
|
||||||
|
|
||||||
void sleep();
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
Collection<ConversationMessageHeader> getMessageHeaders(
|
Collection<ConversationMessageHeader> getMessageHeaders(
|
||||||
Transaction txn, ContactId contactId) throws DbException;
|
Transaction txn, ContactId contactId) throws DbException;
|
||||||
|
|||||||
Reference in New Issue
Block a user