Skip to content

Commit

Permalink
removed default in switch
Browse files Browse the repository at this point in the history
  • Loading branch information
luipir committed Feb 1, 2019
1 parent 06e0580 commit dfda312
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/raster/qgssinglebandpseudocolorrenderer.cpp
Expand Up @@ -375,9 +375,6 @@ void QgsSingleBandPseudoColorRenderer::toSld( QDomDocument &doc, QDomElement &el
rampType = QStringLiteral( "intervals" );
break;
case ( QgsColorRampShader::Interpolated ):
// managed by default
default:
// TODO: what to do in case of new QgsColorRampShader types?
rampType = QStringLiteral( "ramp" );
break;
}
Expand Down

0 comments on commit dfda312

Please sign in to comment.