From 5e1dcb0655fd6daa7914a78a83c5419bfbc93457 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Mon, 11 Jan 2021 16:17:34 +0100 Subject: cleanup: remove dive parameter from DivePlotDataModel::setDive() This was not used, probably an artifact from days long gone. Signed-off-by: Berthold Stoeger --- profile-widget/profilewidget2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profile-widget') diff --git a/profile-widget/profilewidget2.cpp b/profile-widget/profilewidget2.cpp index e8a447084..128793fd9 100644 --- a/profile-widget/profilewidget2.cpp +++ b/profile-widget/profilewidget2.cpp @@ -623,7 +623,7 @@ void ProfileWidget2::plotDive(const struct dive *d, bool force, bool doClearPict maxdepth = newMaxDepth; } - dataModel->setDive(&displayed_dive, plotInfo); + dataModel->setDive(plotInfo); #ifndef SUBSURFACE_MOBILE toolTipItem->setPlotInfo(plotInfo); #endif -- cgit v1.2.3-70-g09d2