diff --git a/Sources/Engine/Graphics/Graphics.cpp b/Sources/Engine/Graphics/Graphics.cpp index 30e58e8..0fa995f 100644 --- a/Sources/Engine/Graphics/Graphics.cpp +++ b/Sources/Engine/Graphics/Graphics.cpp @@ -663,9 +663,6 @@ static inline void IncrementByteWithClip( UBYTE &ub, SLONG slAdd) #endif // performs dithering of a 32-bit bipmap (can be in-place) -#ifdef __GNUC__ -__attribute__((noinline)) // because of asm labels -#endif void DitherBitmap( INDEX iDitherType, ULONG *pulSrc, ULONG *pulDst, PIX pixWidth, PIX pixHeight, PIX pixCanvasWidth, PIX pixCanvasHeight) {