Codechange: Replicate cursor screen backup to chat message display, removing explicit memory management.

Incidentally, this makes Blitter::GetBytesPerPixel unneeed.
This commit is contained in:
Michael Lutz
2023-11-04 15:20:21 +01:00
parent bbd64bbe2b
commit 071fdab236
7 changed files with 4 additions and 16 deletions

View File

@@ -32,7 +32,6 @@ public:
Blitter::PaletteAnimation UsePaletteAnimation() override { return Blitter::PALETTE_ANIMATION_NONE; };
const char *GetName() override { return "null"; }
int GetBytesPerPixel() override { return 0; }
};
/** Factory for the blitter that does nothing. */