mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-02 23:07:36 +02:00
Remove old code
This commit is contained in:
parent
fd726523a2
commit
2f68beead1
@ -361,7 +361,6 @@ int CSDL_Ext::blit8bppAlphaTo24bpp(const SDL_Surface * src, const Rect & srcRect
|
||||
{
|
||||
switch(dst->format->BytesPerPixel)
|
||||
{
|
||||
case 2: return blit8bppAlphaTo24bppT<2>(src, srcRect, dst, dstPoint);
|
||||
case 3: return blit8bppAlphaTo24bppT<3>(src, srcRect, dst, dstPoint);
|
||||
case 4: return blit8bppAlphaTo24bppT<4>(src, srcRect, dst, dstPoint);
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user