Mobile: remove full-text properties from DiveObjectHelper

These properties are not needed anymore, because the full text search
was decoupled from the DiveObjectHelper.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2019-08-13 20:35:40 +02:00 committed by bstoeger
parent 37a3daf2dd
commit b7cddcc737
4 changed files with 0 additions and 22 deletions

View file

@ -38,8 +38,6 @@ public:
enum DiveListRoles {
DiveRole = Qt::UserRole + 1,
DiveDateRole,
FullTextRole,
FullTextNoNotesRole
};
static DiveListModel *instance();