File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -530,10 +530,6 @@ const char *TextFormat(const char *text, ...); // Formatting of text with variab
530530 #if (!defined(SUPPORT_FILEFORMAT_PNG ) || !defined(SUPPORT_FILEFORMAT_JPG )) && !defined(_WIN32 )
531531 #pragma message ("WARNING: Getting image from the clipboard might not work without SUPPORT_FILEFORMAT_PNG or SUPPORT_FILEFORMAT_JPG")
532532 #endif
533-
534- // Not needed because 'rtexture.c' will automatically defined STBI_REQUIRED when any SUPPORT_FILEFORMAT_* is defined
535- // #if !defined(STBI_REQUIRED)
536- // #pragma message ("WARNING: "STBI_REQUIRED is not defined, that means we can't load images from clipbard"
537533#endif // SUPPORT_CLIPBOARD_IMAGE
538534
539535// Include platform-specific submodules
You can’t perform that action at this time.
0 commit comments