CppCheck : Remove unused variables

This commit is contained in:
Magne Sjaastad
2020-10-09 13:43:31 +02:00
parent f9a402b0f9
commit 53c39cdc73
19 changed files with 24 additions and 81 deletions

View File

@@ -118,8 +118,6 @@ void RimSummaryPlotAxisFormatter::applyAxisPropertiesToPlot( RiuQwtPlotWidget* q
QString axisTitle = m_axisProperties->customTitle;
if ( m_axisProperties->useAutoTitle() ) axisTitle = autoAxisTitle();
QwtText axisTitleY = qwtPlot->axisTitle( m_axisProperties->qwtPlotAxisType() );
Qt::AlignmentFlag titleAlignment = Qt::AlignCenter;
if ( m_axisProperties->titlePosition() == RimPlotAxisPropertiesInterface::AXIS_TITLE_END )
{