Skip to content

Commit 9efd323

Browse files
committed
Removed a // (C++-style) comment. Follow-up to previous 8800009 fixes of C90 compliance issues.
1 parent 8800009 commit 9efd323

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

fb/drm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ void release_framebuffer(struct framebuffer *fb)
4141
/* Try to become master again, else we can't set CRTC. Then the current master needs to reset everything. */
4242
const int err = drmSetMaster(fb->fd);
4343

44-
// assert( !err);
4544
if (fb->crtc) {
4645
/* Set back to original frame buffer */
4746
drmModeSetCrtc(fb->fd, fb->crtc->crtc_id, fb->crtc->buffer_id, 0, 0, &fb->connector->connector_id, 1, fb->resolution);

0 commit comments

Comments
 (0)