qxl: drop unused variable.

this boolean isn't used anymore so drop it.

Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Dave Airlie 2013-05-13 12:42:26 +10:00 committed by Dave Airlie
parent a6ac1bc341
commit d7292a07a1
2 changed files with 0 additions and 2 deletions

View File

@ -604,7 +604,6 @@ static int qxl_crtc_mode_set(struct drm_crtc *crtc,
mode->hdisplay, mode->hdisplay,
mode->vdisplay); mode->vdisplay);
} }
qdev->mode_set = true;
return 0; return 0;
} }

View File

@ -270,7 +270,6 @@ struct qxl_device {
struct qxl_ring *cursor_ring; struct qxl_ring *cursor_ring;
struct qxl_ram_header *ram_header; struct qxl_ram_header *ram_header;
bool mode_set;
bool primary_created; bool primary_created;