Skip to content

Commit d2b2b2e

Browse files
committedFeb 12, 2019
removed default in switch
1 parent be6968e commit d2b2b2e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎src/core/raster/qgssinglebandpseudocolorrenderer.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -373,9 +373,6 @@ void QgsSingleBandPseudoColorRenderer::toSld( QDomDocument &doc, QDomElement &el
373373
rampType = QStringLiteral( "intervals" );
374374
break;
375375
case ( QgsColorRampShader::Interpolated ):
376-
// managed by default
377-
default:
378-
// TODO: what to do in case of new QgsColorRampShader types?
379376
rampType = QStringLiteral( "ramp" );
380377
break;
381378
}

0 commit comments

Comments
 (0)
Please sign in to comment.