summaryrefslogtreecommitdiff
path: root/src/blitter/base.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/blitter/base.hpp')
-rw-r--r--src/blitter/base.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/blitter/base.hpp b/src/blitter/base.hpp
index 66550d42d..abc886a22 100644
--- a/src/blitter/base.hpp
+++ b/src/blitter/base.hpp
@@ -97,11 +97,6 @@ public:
virtual void SetHorizontalLine(void *video, int width, uint8 color) = 0;
/**
- * Draw a line in which ever direction.
- */
- virtual void DrawLine(void *video, int x, int y, int x2, int y2, uint8 color) = 0;
-
- /**
* Copy from a buffer to the screen.
* @param video The destionation pointer (video-buffer).
* @param src The buffer from which the data will be read.