drm: remove unused attribute in DrmOutput

This commit is contained in:
Aleix Pol 2021-04-22 02:32:46 +02:00 committed by Aleix Pol Gonzalez
parent f1a779d916
commit 633136d228

View file

@ -141,7 +141,6 @@ private:
uint32_t m_blobId = 0;
DrmPlane *m_primaryPlane = nullptr;
DrmPlane *m_cursorPlane = nullptr;
QVector<DrmPlane*> m_nextPlanesFlipList;
bool m_pageFlipPending = false;
bool m_atomicOffPending = false;