Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Remove unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab committed Jul 20, 2023
1 parent 0840dea commit 0181f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/wayland/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ type IdleCallback = Box<dyn FnOnce(&mut WaylandState) + Send>;
// All fields are public, as this type is *not* exported above this module
struct WaylandState {
pub registry_state: RegistryState,
// seat_state: SeatState,

pub output_state: OutputState,
// TODO: Do we need to keep this around
// It is unused because(?) wgpu creates the surfaces through RawDisplayHandle(?)
Expand Down

0 comments on commit 0181f26

Please sign in to comment.