remove redundant case

This commit is contained in:
artemp 2014-12-16 12:03:30 +01:00
parent c3e7b12238
commit 7518459ba1

View file

@ -87,7 +87,6 @@ void set_scaling_method(Filter & filter, scaling_method_e scaling_method, double
{
switch(scaling_method)
{
case SCALING_NEAR: break;
case SCALING_BILINEAR:
filter.calculate(agg::image_filter_bilinear(), true); break;
case SCALING_BICUBIC: