mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +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);
|
||||
|
||||
void sendConfirmMessages(Transaction txn) throws DbException,
|
||||
int sendConfirmMessages(Transaction txn) throws DbException,
|
||||
FormatException;
|
||||
|
||||
void sleep();
|
||||
|
||||
@Override
|
||||
Collection<ConversationMessageHeader> getMessageHeaders(
|
||||
Transaction txn, ContactId contactId) throws DbException;
|
||||
|
||||
Reference in New Issue
Block a user