Further removal of unusued UWP defines

This commit is contained in:
Uneven Prankster 2021-07-26 10:34:14 -03:00 committed by GitHub
parent a98498e13c
commit 7ff37ee1d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,9 +56,6 @@
#ifndef MAX_TRACELOG_MSG_LENGTH #ifndef MAX_TRACELOG_MSG_LENGTH
#define MAX_TRACELOG_MSG_LENGTH 128 // Max length of one trace-log message #define MAX_TRACELOG_MSG_LENGTH 128 // Max length of one trace-log message
#endif #endif
#ifndef MAX_UWP_MESSAGES
#define MAX_UWP_MESSAGES 512 // Max UWP messages to process
#endif
//---------------------------------------------------------------------------------- //----------------------------------------------------------------------------------
// Global Variables Definition // Global Variables Definition