Remove unused UWP defines (#1894)

* Unused UWP define removal

* Further removal of unusued UWP defines
This commit is contained in:
Uneven Prankster 2021-07-26 12:40:10 -03:00 committed by GitHub
parent 9839ea6667
commit 4e363b5479
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View file

@ -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