Skip to content

Commit 998a18b

Browse files
removed macro that does nothing (#5163)
1 parent 223feca commit 998a18b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rtextures.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -658,8 +658,6 @@ bool ExportImage(Image image, const char *fileName)
658658
result = SaveFileData(fileName, fileData, dataSize);
659659
RL_FREE(fileData);
660660
}
661-
#else
662-
if (false) { }
663661
#endif
664662
#if defined(SUPPORT_FILEFORMAT_BMP)
665663
else if (IsFileExtension(fileName, ".bmp")) result = stbi_write_bmp(fileName, image.width, image.height, channels, imgData);

0 commit comments

Comments
 (0)