Fixed issued reported by CppDepends

This commit is contained in:
Magne Sjaastad
2015-12-07 12:53:36 +01:00
parent 5eb38fe203
commit b4e7e27f76
6 changed files with 7 additions and 14 deletions

View File

@@ -74,8 +74,6 @@ void RicAddWellLogToPlotFeature::onActionTriggered(bool isChecked)
plot->loadDataAndUpdate();
caf::PdmUiItem* uiItem = NULL;
for (size_t wlIdx = 0; wlIdx < selection.size(); wlIdx++)
{
RimWellLogFileChannel* wellLog = selection[wlIdx];