Skip to content

Commit

Permalink
Update qgsrasterpipe.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed Sep 17, 2021
1 parent e5bc21a commit 2cabe53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/raster/qgsrasterpipe.cpp
Expand Up @@ -161,7 +161,6 @@ void QgsRasterPipe::unsetRole( QgsRasterInterface *interface )
{
Role role = interfaceRole( interface );
if ( role == UnknownRole ) return;

const int roleIdx{ mRoleMap[role] };
mRoleMap.remove( role );

Expand Down

0 comments on commit 2cabe53

Please sign in to comment.