Remove unused variable
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c1ef59c540
commit
d34e789c03
@ -81,7 +81,6 @@ QVariant TripItem::data(int column, int role) const
|
||||
QVariant DiveItem::data(int column, int role) const
|
||||
{
|
||||
QVariant retVal;
|
||||
int iconIndex;
|
||||
QString icon_names[4] = {":zero",":duringPhoto", ":outsidePhoto", ":inAndOutPhoto" };
|
||||
struct dive *dive = get_dive_by_uniq_id(diveId);
|
||||
if (!dive)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user