Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
cc6b5491
Commit
cc6b5491
authored
Apr 18, 2022
by
Xaver Hugl
Browse files
backends/drm: drop QPainterLayer class
It's unused
parent
c43eb6ec
Pipeline
#165454
passed with stage
in 14 minutes and 52 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/backends/drm/drm_qpainter_layer.h
View file @
cc6b5491
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment