Commit d7292a07 authored by Dave Airlie's avatar Dave Airlie Committed by Dave Airlie

qxl: drop unused variable.

this boolean isn't used anymore so drop it.
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent a6ac1bc3
......@@ -604,7 +604,6 @@ static int qxl_crtc_mode_set(struct drm_crtc *crtc,
mode->hdisplay,
mode->vdisplay);
}
qdev->mode_set = true;
return 0;
}
......
......@@ -270,7 +270,6 @@ struct qxl_device {
struct qxl_ring *cursor_ring;
struct qxl_ram_header *ram_header;
bool mode_set;
bool primary_created;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment