(svn r10193) -Fix r10190: somehow an other partly-patch was applied too

This commit is contained in:
truelight
2007-06-17 20:47:11 +00:00
parent 9a93a6006b
commit f5776a8c6b
6 changed files with 0 additions and 108 deletions

View File

@@ -96,11 +96,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).