mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 00:13:24 +00:00
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:
parent
31fb2e4c62
commit
6b9aea1b96
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ signals:
|
|||
private:
|
||||
Ui::LocationInformation ui;
|
||||
bool modified;
|
||||
QAction *closeAction, *acceptAction, *rejectAction;
|
||||
QAction *acceptAction, *rejectAction;
|
||||
};
|
||||
|
||||
class DiveLocationFilterProxyModel : public QSortFilterProxyModel {
|
||||
|
|
Loading…
Add table
Reference in a new issue