mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3340 Remove unused variables
This commit is contained in:
@@ -83,8 +83,6 @@ void RiuPlotAnnotationTool::attachWellPicks(QwtPlot* plot, const std::vector<QSt
|
||||
if (names.size() != yPositions.size()) return;
|
||||
m_plot = plot;
|
||||
|
||||
double delta = 0.5;
|
||||
|
||||
for (size_t i = 0; i < names.size(); i++)
|
||||
{
|
||||
QwtPlotMarker* line(new QwtPlotMarker());
|
||||
|
||||
Reference in New Issue
Block a user