Merge pull request #3072 from jdufresne/if1

Remove unnecessary `#if 1` directive
This commit is contained in:
Hugo 2018-04-05 09:44:00 +01:00 committed by GitHub
commit 9b10bc8bd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -872,8 +872,6 @@ ImagingDrawPieslice(Imaging im, int x0, int y0, int x1, int y1,
semantics are ok, except that "curve" flattens the bezier curves by semantics are ok, except that "curve" flattens the bezier curves by
itself */ itself */
#if 1 /* ARROW_GRAPHICS */
struct ImagingOutlineInstance { struct ImagingOutlineInstance {
float x0, y0; float x0, y0;
@ -1102,5 +1100,3 @@ ImagingDrawOutline(Imaging im, ImagingOutline outline, const void* ink_,
return 0; return 0;
} }
#endif