Skip to content

Commit

Permalink
Remove outdated code
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 20, 2019
1 parent b2ae45b commit 090d148
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions src/core/layout/qgslayoutitemmap.cpp
Expand Up @@ -1083,16 +1083,8 @@ bool QgsLayoutItemMap::nextExportPart()
FALLTHROUGH

case SelectionBoxes:
if ( mExportThemeIt != mExportThemes.end() && mExportThemeIt++ != mExportThemes.end() )
{
mCurrentExportPart = Start;
return nextExportPart();
}
else
{
mCurrentExportPart = End;
return false;
}
mCurrentExportPart = End;
return false;

case End:
return false;
Expand Down

0 comments on commit 090d148

Please sign in to comment.