(svn r18907) -Cleanup: Smallmap was the last user of SetPixelIfEmpty().

This commit is contained in:
alberth
2010-01-23 22:37:14 +00:00
parent ca0c1c400f
commit 206c1b4cd0
8 changed files with 0 additions and 36 deletions

View File

@@ -94,15 +94,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).