summaryrefslogtreecommitdiff
path: root/src/blitter/8bpp_base.hpp
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-06-17 20:47:11 +0000
committertruelight <truelight@openttd.org>2007-06-17 20:47:11 +0000
commitf5776a8c6be80c6b8dc1c9379be271d0ae5521b3 (patch)
treefbf34a543f97ced894ed1c4e12db6cd10f48dbe0 /src/blitter/8bpp_base.hpp
parent9a93a6006b4dd3d69f2d156fe00d8d7fd379b456 (diff)
downloadopenttd-f5776a8c6be80c6b8dc1c9379be271d0ae5521b3.tar.xz
(svn r10193) -Fix r10190: somehow an other partly-patch was applied too
Diffstat (limited to 'src/blitter/8bpp_base.hpp')
-rw-r--r--src/blitter/8bpp_base.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/blitter/8bpp_base.hpp b/src/blitter/8bpp_base.hpp
index 7ed862ca0..536a6c984 100644
--- a/src/blitter/8bpp_base.hpp
+++ b/src/blitter/8bpp_base.hpp
@@ -17,7 +17,6 @@ public:
/* virtual */ void SetPixel(void *video, int x, int y, uint8 color);
/* virtual */ void SetPixelIfEmpty(void *video, int x, int y, uint8 color);
/* virtual */ void SetHorizontalLine(void *video, int width, uint8 color);
- /* virtual */ void DrawLine(void *video, int x, int y, int x2, int y2, uint8 color);
/* virtual */ void CopyFromBuffer(void *video, const void *src, int width, int height, int src_pitch);
/* virtual */ void CopyToBuffer(const void *video, void *dst, int width, int height, int dst_pitch);
/* virtual */ void MoveBuffer(void *video_dst, const void *video_src, int width, int height);