From 4e363b5479b59fbb41abe61a4e9c2ef8394294af Mon Sep 17 00:00:00 2001 From: Uneven Prankster <33995085+GithubPrankster@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:40:10 -0300 Subject: Remove unused UWP defines (#1894) * Unused UWP define removal * Further removal of unusued UWP defines --- src/utils.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/utils.c') diff --git a/src/utils.c b/src/utils.c index 2e3e4fd3..dbf4b3bb 100644 --- a/src/utils.c +++ b/src/utils.c @@ -56,9 +56,6 @@ #ifndef MAX_TRACELOG_MSG_LENGTH #define MAX_TRACELOG_MSG_LENGTH 128 // Max length of one trace-log message #endif -#ifndef MAX_UWP_MESSAGES - #define MAX_UWP_MESSAGES 512 // Max UWP messages to process -#endif //---------------------------------------------------------------------------------- // Global Variables Definition -- cgit v1.2.3