Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed default in switch
  • Loading branch information
luipir committed Feb 12, 2019
1 parent be6968e commit d2b2b2e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/raster/qgssinglebandpseudocolorrenderer.cpp
Expand Up @@ -373,9 +373,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 d2b2b2e

Please sign in to comment.