Skip to content

Commit

Permalink
qxl: drop unused variable.
Browse files Browse the repository at this point in the history
this boolean isn't used anymore so drop it.

Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Dave Airlie authored and Dave Airlie committed May 17, 2013
1 parent a6ac1bc commit d7292a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/gpu/drm/qxl/qxl_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,6 @@ static int qxl_crtc_mode_set(struct drm_crtc *crtc,
mode->hdisplay,
mode->vdisplay);
}
qdev->mode_set = true;
return 0;
}

Expand Down
1 change: 0 additions & 1 deletion drivers/gpu/drm/qxl/qxl_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ struct qxl_device {
struct qxl_ring *cursor_ring;

struct qxl_ram_header *ram_header;
bool mode_set;

bool primary_created;

Expand Down

0 comments on commit d7292a0

Please sign in to comment.