Skip to content

Commit 17dc2bb

Browse files
committed
Update rcore.c
1 parent aaa893f commit 17dc2bb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/rcore.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)