gdiplus: Remove unreachable break after return (Smatch).
This commit is contained in:
parent
7819ce61b5
commit
60bef14094
|
@ -379,7 +379,6 @@ REAL pixels_to_units(REAL pixels, GpUnit unit, REAL dpi)
|
|||
return pixels * point_per_inch / dpi;
|
||||
case UnitInch:
|
||||
return pixels / dpi;
|
||||
break;
|
||||
case UnitDocument:
|
||||
return pixels * 300.0 / dpi;
|
||||
case UnitMillimeter:
|
||||
|
|
Loading…
Reference in New Issue