mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Removed an unused database method.
This commit is contained in:
@@ -203,10 +203,6 @@ public interface DatabaseComponent {
|
||||
Collection<GroupMessageHeader> getMessageHeaders(GroupId g)
|
||||
throws DbException;
|
||||
|
||||
/** Returns the headers of all private messages. */
|
||||
Collection<PrivateMessageHeader> getPrivateMessageHeaders()
|
||||
throws DbException;
|
||||
|
||||
/**
|
||||
* Returns the headers of all private messages to or from the given
|
||||
* contact.
|
||||
|
||||
Reference in New Issue
Block a user