diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-10-02 17:30:21 -0400 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-10-02 17:30:21 -0400 |
commit | 6b9aea1b96dce089aeff5570527f65a83ea2a190 (patch) | |
tree | 6cc7dfcc4a727ad8ee4e03cdf04f4c90fcd1f4c8 /qt-ui/locationinformation.h | |
parent | 31fb2e4c62abad26f0581024d3d5f9bc486471c1 (diff) | |
download | subsurface-6b9aea1b96dce089aeff5570527f65a83ea2a190.tar.gz |
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>
Diffstat (limited to 'qt-ui/locationinformation.h')
-rw-r--r-- | qt-ui/locationinformation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/locationinformation.h b/qt-ui/locationinformation.h index 2905a11bc..243df939b 100644 --- a/qt-ui/locationinformation.h +++ b/qt-ui/locationinformation.h @@ -43,7 +43,7 @@ signals: private: Ui::LocationInformation ui; bool modified; - QAction *closeAction, *acceptAction, *rejectAction; + QAction *acceptAction, *rejectAction; }; class DiveLocationFilterProxyModel : public QSortFilterProxyModel { |