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
85cd40c4
Commit
85cd40c4
authored
Jan 16, 2022
by
Xaver Hugl
Browse files
backends/drm: remove unused variable
parent
090b6871
Pipeline
#124641
passed with stage
in 21 minutes and 30 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/backends/drm/drm_backend.cpp
View file @
85cd40c4
...
...
@@ -196,11 +196,8 @@ bool DrmBackend::initialize()
}
}
else
{
const
auto
devices
=
m_udev
->
listGPUs
();
bool
bootVga
=
false
;
for
(
const
UdevDevice
::
Ptr
&
device
:
devices
)
{
if
(
addGpu
(
device
->
devNode
()))
{
bootVga
|=
device
->
isBootVga
();
}
addGpu
(
device
->
devNode
());
}
}
...
...
Xaver Hugl
@zamundaaa
mentioned in commit
fac59c16
·
Jan 17, 2022
mentioned in commit
fac59c16
mentioned in commit fac59c16fcc694f64339898ee96bad891b608a07
Toggle commit list
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