From b2f9b0ac43a7cf1d6bea1328f3c129912f998492 Mon Sep 17 00:00:00 2001 From: alberth Date: Sat, 23 Jan 2010 22:37:14 +0000 Subject: (svn r18907) -Cleanup: Smallmap was the last user of SetPixelIfEmpty(). --- src/blitter/8bpp_base.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/blitter/8bpp_base.hpp') diff --git a/src/blitter/8bpp_base.hpp b/src/blitter/8bpp_base.hpp index 2ed7681fe..6bca3949a 100644 --- a/src/blitter/8bpp_base.hpp +++ b/src/blitter/8bpp_base.hpp @@ -22,7 +22,6 @@ public: // /* virtual */ Sprite *Encode(SpriteLoader::Sprite *sprite, Blitter::AllocatorProc *allocator); /* virtual */ void *MoveTo(const void *video, int x, int y); /* virtual */ void SetPixel(void *video, int x, int y, uint8 colour); - /* virtual */ void SetPixelIfEmpty(void *video, int x, int y, uint8 colour); /* virtual */ void DrawRect(void *video, int width, int height, uint8 colour); /* virtual */ void DrawLine(void *video, int x, int y, int x2, int y2, int screen_width, int screen_height, uint8 colour); /* virtual */ void CopyFromBuffer(void *video, const void *src, int width, int height); -- cgit v1.2.3-54-g00ecf