From 555f789b55330758cb466ac774eb85476a0cba5e Mon Sep 17 00:00:00 2001 From: Jan Mulder Date: Thu, 28 Dec 2017 18:04:09 +0100 Subject: 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 --- profile-widget/tankitem.h | 1 - 1 file changed, 1 deletion(-) (limited to 'profile-widget/tankitem.h') 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; -- cgit v1.2.3-70-g09d2