diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2017-12-28 18:04:09 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-12-29 09:14:20 -0800 |
commit | 555f789b55330758cb466ac774eb85476a0cba5e (patch) | |
tree | 185cf4f71f5e068358118435c4e6e56cf18b870d /profile-widget/tankitem.h | |
parent | a8c1f405f4cf4059386b9c2c69890b8284c3bd43 (diff) | |
download | subsurface-555f789b55330758cb466ac774eb85476a0cba5e.tar.gz |
cleanup: Uninitialized pointer field
CID 45172
And one non initalized member hAxis could be removed as it is
not used. Surprisingly, Coverity did not see this.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'profile-widget/tankitem.h')
-rw-r--r-- | profile-widget/tankitem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/profile-widget/tankitem.h b/profile-widget/tankitem.h index 91f19dfde..713bc92dc 100644 --- a/profile-widget/tankitem.h +++ b/profile-widget/tankitem.h @@ -28,7 +28,6 @@ private: void createBar(qreal x, qreal w, struct gasmix *gas); DivePlotDataModel *dataModel; DiveCartesianAxis *hAxis; - int hDataColumn; struct dive diveCylinderStore; struct plot_data *pInfoEntry; int pInfoNr; |