summaryrefslogtreecommitdiffhomepage
path: root/src/utils.c
diff options
context:
space:
mode:
authorUneven Prankster <[email protected]>2021-07-26 12:40:10 -0300
committerGitHub <[email protected]>2021-07-26 17:40:10 +0200
commit4e363b5479b59fbb41abe61a4e9c2ef8394294af (patch)
treeefa3bf14dbe42fceda48be21f00aaeed1e4ad996 /src/utils.c
parent9839ea66677959a6d0c00b85b38b4218e8e08963 (diff)
downloadraylib-4e363b5479b59fbb41abe61a4e9c2ef8394294af.tar.gz
raylib-4e363b5479b59fbb41abe61a4e9c2ef8394294af.zip
Remove unused UWP defines (#1894)
* Unused UWP define removal * Further removal of unusued UWP defines
Diffstat (limited to 'src/utils.c')
-rw-r--r--src/utils.c3
1 files changed, 0 insertions, 3 deletions
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