Skip to content

Commit dfda312

Browse files
committedFeb 1, 2019
removed default in switch
1 parent 06e0580 commit dfda312

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
@@ -375,9 +375,6 @@ void QgsSingleBandPseudoColorRenderer::toSld( QDomDocument &doc, QDomElement &el
375375
rampType = QStringLiteral( "intervals" );
376376
break;
377377
case ( QgsColorRampShader::Interpolated ):
378-
// managed by default
379-
default:
380-
// TODO: what to do in case of new QgsColorRampShader types?
381378
rampType = QStringLiteral( "ramp" );
382379
break;
383380
}

0 commit comments

Comments
 (0)
Please sign in to comment.