Commit 60bef140 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

gdiplus: Remove unreachable break after return (Smatch).

parent 7819ce61
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment