From 1ce9b5bb9af7c67644b071ba5f2e14bb00f04e7c Mon Sep 17 00:00:00 2001 From: Jan Mulder Date: Thu, 28 Dec 2017 12:54:41 +0100 Subject: cleanup: Logically dead code CID 208318 Signed-off-by: Jan Mulder --- qt-models/divetripmodel.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'qt-models') diff --git a/qt-models/divetripmodel.cpp b/qt-models/divetripmodel.cpp index b9693fcd2..b2ca11844 100644 --- a/qt-models/divetripmodel.cpp +++ b/qt-models/divetripmodel.cpp @@ -347,7 +347,6 @@ int DiveItem::countPhotos(dive *dive) const int diveTotaltime = dive_endtime(dive) - dive->when; // taken during the dive, not before/after. int pic_offset, icon_index = 0; FOR_EACH_PICTURE (dive) { // Step through each of the pictures for this dive: - if (!picture) break; // if there are no pictures for this dive, return 0 pic_offset = picture->offset.seconds; if ((pic_offset < -bufperiod) | (pic_offset > diveTotaltime+bufperiod)) { icon_index |= 0x02; // If picture is before/after the dive -- cgit v1.2.3-70-g09d2