removed default in switch

This commit is contained in:
Luigi Pirelli 2019-02-01 18:48:04 +01:00
parent 06e0580511
commit dfda312465

View File

@ -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;
}