Minor cruft removal

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2638 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2003-02-06 01:05:18 +00:00
parent 1568958e09
commit 43fd19a147
2 changed files with 1 additions and 5 deletions
@@ -49,10 +49,6 @@
*/ */
AccelerantDriver::AccelerantDriver(void) : DisplayDriver() AccelerantDriver::AccelerantDriver(void) : DisplayDriver()
{ {
/* Why do I even have drawmode stored here? */
//drawmode = DRAW_COPY;
drawmode = 0;
cursor=NULL; cursor=NULL;
under_cursor=NULL; under_cursor=NULL;
cursorframe.Set(0,0,0,0); cursorframe.Set(0,0,0,0);
+1 -1
View File
@@ -132,7 +132,7 @@ protected:
int GetDepthFromMode(int mode); int GetDepthFromMode(int mode);
int GetDepthFromColorspace(int space); int GetDepthFromColorspace(int space);
ServerCursor *cursor, *under_cursor; ServerCursor *cursor, *under_cursor;
int32 drawmode;
BRect cursorframe; BRect cursorframe;
int card_fd; int card_fd;
image_id accelerant_image; image_id accelerant_image;