Skip to content

Commit

Permalink
output-layout: Remove commented wlr_output_rollback call
Browse files Browse the repository at this point in the history
There is nothing needed to do here when using wlr_output_state.
  • Loading branch information
soreau committed Aug 28, 2024
1 parent 5be0549 commit 9a98629
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/output-layout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,6 @@ struct output_layout_output_t
} else
{
LOGE("Failed to change adaptive sync on output: ", handle->name);
// wlr_output_rollback(handle);
}
}

Expand Down

0 comments on commit 9a98629

Please sign in to comment.