backends/drm: remove unused variable
This commit is contained in:
parent
54e338eaed
commit
71ebaebe9b
1 changed files with 0 additions and 1 deletions
|
@ -118,7 +118,6 @@ DrmPipeline::Error DrmPipeline::commitPipelinesAtomic(const QVector<DrmPipeline
|
|||
for (const auto &unused : unusedObjects) {
|
||||
unused->disable(commit.get());
|
||||
}
|
||||
const auto gpu = pipelines[0]->gpu();
|
||||
switch (mode) {
|
||||
case CommitMode::TestAllowModeset: {
|
||||
if (!commit->testAllowModeset()) {
|
||||
|
|
Loading…
Reference in a new issue