jumper149/blugon

[scg] XRRGetCrtcInfo call is not needed, can be removed

temporaryrespite opened this issue · 1 comments

Unless I'm missing something, the call for XRRGetCrtcInfo does nothing and can be removed (tested):

XRRCrtcInfo *crtc_info = XRRGetCrtcInfo(dpy, res, crtcxid);

Simple one, but I guess you are right. Thank you :)

I will check everything before PRing.