summaryrefslogtreecommitdiff
path: root/src/blitter/base.hpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-01-23 22:37:14 +0000
committeralberth <alberth@openttd.org>2010-01-23 22:37:14 +0000
commitb2f9b0ac43a7cf1d6bea1328f3c129912f998492 (patch)
treebc3e4b56a7bb8ae26e4b78df6ad4a3a62054c2b5 /src/blitter/base.hpp
parentd2fc24d61c10ee0adaf5d744390531d8c922a815 (diff)
downloadopenttd-b2f9b0ac43a7cf1d6bea1328f3c129912f998492.tar.xz
(svn r18907) -Cleanup: Smallmap was the last user of SetPixelIfEmpty().
Diffstat (limited to 'src/blitter/base.hpp')
-rw-r--r--src/blitter/base.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/blitter/base.hpp b/src/blitter/base.hpp
index 62e2d8c2d..52ded3659 100644
--- a/src/blitter/base.hpp
+++ b/src/blitter/base.hpp
@@ -95,15 +95,6 @@ public:
virtual void SetPixel(void *video, int x, int y, uint8 colour) = 0;
/**
- * Draw a pixel with a given colour on the video-buffer if there is currently a black pixel.
- * @param video The destination pointer (video-buffer).
- * @param x The x position within video-buffer.
- * @param y The y position within video-buffer.
- * @param colour A 8bpp mapping colour.
- */
- virtual void SetPixelIfEmpty(void *video, int x, int y, uint8 colour) = 0;
-
- /**
* Make a single horizontal line in a single colour on the video-buffer.
* @param video The destination pointer (video-buffer).
* @param width The length of the line.