(svn r10193) -Fix r10190: somehow an other partly-patch was applied too
This commit is contained in:
@@ -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).
|
||||
|
Reference in New Issue
Block a user