- warning fixes and cleanup from old startscreen branch.

This commit is contained in:
Christoph Oelckers 2022-05-18 20:47:12 +02:00
commit 21c60c931e
9 changed files with 5 additions and 27 deletions

View file

@ -403,7 +403,6 @@ void FBitmap::CopyPixelDataRGB(int originx, int originy, const uint8_t *patch, i
}
}
template<class TDest, class TBlend>
void iCopyPaletted(uint8_t *buffer, const uint8_t * patch, int srcwidth, int srcheight, int Pitch,
int step_x, int step_y, int rotate, const PalEntry * palette, FCopyInfo *inf)