mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-09 11:04:53 +00:00
Remove unused UWP defines (#1894)
* Unused UWP define removal * Further removal of unusued UWP defines
This commit is contained in:
parent
9839ea6667
commit
4e363b5479
@ -224,4 +224,3 @@
|
||||
// utils: Configuration values
|
||||
//------------------------------------------------------------------------------------
|
||||
#define MAX_TRACELOG_MSG_LENGTH 128 // Max length of one trace-log message
|
||||
#define MAX_UWP_MESSAGES 512 // Max UWP messages to process
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user