Browse Source

Removed platform-specific flag from config.h #4988

Ray 1 month ago
parent
commit
5c680739bd
1 changed files with 0 additions and 5 deletions
  1. 0 5
      src/config.h

+ 0 - 5
src/config.h

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