1
0
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:
Ivan Savenko 2024-06-13 10:52:32 +00:00
parent fd726523a2
commit 2f68beead1

View File

@ -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: