build: remove size_t define

This commit is contained in:
sithlord48
2025-01-20 13:10:24 -05:00
committed by Chris Rizzitello
parent 401326e9d7
commit efca38babc

View File

@ -181,7 +181,4 @@
/* Define to 1 if the X Window System is missing or not being used. */
#cmakedefine X_DISPLAY_MISSING @X_DISPLAY_MISSING@
/* Define to `unsigned int` if <sys/types.h> does not define. */
#cmakedefine size_t @size_t@
// clang-format on