Remove unused member

This isn't the bug that Coverity showed, but it was found by looking at
CID 1307969

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-10-02 17:30:21 -04:00
parent 31fb2e4c62
commit 6b9aea1b96

View file

@ -43,7 +43,7 @@ signals:
private:
Ui::LocationInformation ui;
bool modified;
QAction *closeAction, *acceptAction, *rejectAction;
QAction *acceptAction, *rejectAction;
};
class DiveLocationFilterProxyModel : public QSortFilterProxyModel {