X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fe9308c639e9738796028b56c40c58f2e8a648de..22e3c5bd85233ba23fbb62cd421a7dd173adfa73:/src/common/imagtiff.cpp diff --git a/src/common/imagtiff.cpp b/src/common/imagtiff.cpp index 63e7b60c78..71da4fdfb3 100644 --- a/src/common/imagtiff.cpp +++ b/src/common/imagtiff.cpp @@ -423,13 +423,7 @@ bool wxTIFFHandler::SaveFile( wxImage *image, wxOutputStream& stream, bool verbo bitmask <<= 1; } - // FIXME: what's this?? -#ifdef __WXGTK__ - buf[column]=~reverse; - -#else - buf[column]=reverse; -#endif + buf[column] = reverse; } } }