Removed platform-specific flag from config.h #4988

This commit is contained in:
Ray
2025-07-26 12:49:03 +02:00
parent 86d9afc10c
commit 5c680739bd

View File

@@ -299,9 +299,4 @@
//------------------------------------------------------------------------------------
#define MAX_TRACELOG_MSG_LENGTH 256 // Max length of one trace-log message
//DRM configuration
#if defined(PLATFORM_DRM)
//#define SUPPORT_DRM_CACHE 1 //enable triple buffered DRM caching
#endif //PLATFORM_DRM
#endif // CONFIG_H