Remove transparent magic handling for B_CMAP8, ImportBits() takes care of that already.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26065 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2008-06-21 14:48:06 +00:00
parent e11f3e83a0
commit bdc47b1f97

View File

@ -1420,13 +1420,6 @@ Painter::_DrawBitmap(agg::rendering_buffer& srcBuffer, color_space format,
&temp);
break;
case B_CMAP8:
_TransparentMagicToAlpha((uint8 *)srcBuffer.buf(),
srcBuffer.width(), srcBuffer.height(),
srcBuffer.stride(), B_TRANSPARENT_MAGIC_CMAP8,
&temp);
break;
default:
break;
}