Skip to content

Commit 5c68073

Browse files
committed
Removed platform-specific flag from config.h #4988
1 parent 86d9afc commit 5c68073

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/config.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,4 @@
299299
//------------------------------------------------------------------------------------
300300
#define MAX_TRACELOG_MSG_LENGTH 256 // Max length of one trace-log message
301301

302-
//DRM configuration
303-
#if defined(PLATFORM_DRM)
304-
//#define SUPPORT_DRM_CACHE 1 //enable triple buffered DRM caching
305-
#endif //PLATFORM_DRM
306-
307302
#endif // CONFIG_H

0 commit comments

Comments
 (0)