Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

qxl: drop unused variable.



this boolean isn't used anymore so drop it.

Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent a6ac1bc3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -604,7 +604,6 @@ static int qxl_crtc_mode_set(struct drm_crtc *crtc,
					       mode->hdisplay,
					       mode->vdisplay);
	}
	qdev->mode_set = true;
	return 0;
}

+0 −1
Original line number Diff line number Diff line
@@ -270,7 +270,6 @@ struct qxl_device {
	struct qxl_ring *cursor_ring;

	struct qxl_ram_header *ram_header;
	bool mode_set;

	bool primary_created;