summaryrefslogtreecommitdiffhomepage
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
parent9839ea66677959a6d0c00b85b38b4218e8e08963 (diff)
downloadraylib-4e363b5479b59fbb41abe61a4e9c2ef8394294af.tar.gz
raylib-4e363b5479b59fbb41abe61a4e9c2ef8394294af.zip
Remove unused UWP defines (#1894)
* Unused UWP define removal * Further removal of unusued UWP defines
-rw-r--r--src/config.h1
-rw-r--r--src/utils.c3
2 files changed, 0 insertions, 4 deletions
diff --git a/src/config.h b/src/config.h
index 4a74655c..0cb81c34 100644
--- a/src/config.h
+++ b/src/config.h
@@ -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
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