Removed an unused database method.

This commit is contained in:
akwizgran
2013-04-14 19:34:50 +01:00
parent 63121aecf9
commit 077efbbea1
4 changed files with 0 additions and 71 deletions

View File

@@ -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.