backends/drm: drop QPainterLayer class
It's unused
This commit is contained in:
parent
c43eb6ec42
commit
cc6b549112
1 changed files with 2 additions and 8 deletions
|
@ -20,13 +20,7 @@ class DrmVirtualOutput;
|
|||
class DrmQPainterBackend;
|
||||
class DrmDumbBuffer;
|
||||
|
||||
class QPainterLayer
|
||||
{
|
||||
public:
|
||||
virtual ~QPainterLayer() = default;
|
||||
};
|
||||
|
||||
class DrmQPainterLayer : public DrmPipelineLayer, public QPainterLayer
|
||||
class DrmQPainterLayer : public DrmPipelineLayer
|
||||
{
|
||||
public:
|
||||
DrmQPainterLayer(DrmQPainterBackend *backend, DrmPipeline *pipeline);
|
||||
|
@ -44,7 +38,7 @@ private:
|
|||
QRegion m_currentDamage;
|
||||
};
|
||||
|
||||
class DrmVirtualQPainterLayer : public DrmOutputLayer, public QPainterLayer
|
||||
class DrmVirtualQPainterLayer : public DrmOutputLayer
|
||||
{
|
||||
public:
|
||||
DrmVirtualQPainterLayer(DrmVirtualOutput *output);
|
||||
|
|
Loading…
Reference in a new issue