diff --git a/Userland/Libraries/LibWeb/Painting/DisplayListPlayerSkia.cpp b/Userland/Libraries/LibWeb/Painting/DisplayListPlayerSkia.cpp index 0f557aa8d82..b202b81475c 100644 --- a/Userland/Libraries/LibWeb/Painting/DisplayListPlayerSkia.cpp +++ b/Userland/Libraries/LibWeb/Painting/DisplayListPlayerSkia.cpp @@ -37,13 +37,9 @@ #endif #ifdef AK_OS_MACOS -# define FixedPoint FixedPointMacOS -# define Duration DurationMacOS # include # include # include -# undef FixedPoint -# undef Duration #endif namespace Web::Painting {