Revert "Undefine None for X11 after Clipper2 update"

This reverts commit 4f265a52a2.
This commit is contained in:
Seth Hillbrand 2023-03-24 12:30:11 -07:00
parent 01897e7755
commit 1fa993303d
1 changed files with 0 additions and 4 deletions

View File

@ -22,10 +22,6 @@ constexpr auto CLIPPER2_VERSION = "1.2.1";
#include "clipper.core.h"
#ifdef None
#undef None
#endif
namespace Clipper2Lib {
struct Scanline;