Skip to content

Commit

Permalink
backend/rs: client: Remove usused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakulix committed Jul 16, 2024
1 parent eab0b5c commit 59398b5
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions wayland-client/src/event_queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -703,20 +703,6 @@ impl<I: Proxy, U: std::fmt::Debug, State> std::fmt::Debug for QueueProxyData<I,
}
}

struct TemporaryData;

impl ObjectData for TemporaryData {
fn event(
self: Arc<Self>,
_: &Backend,
_: Message<ObjectId, OwnedFd>,
) -> Option<Arc<dyn ObjectData>> {
unreachable!()
}

fn destroyed(&self, _: ObjectId) {}
}

/*
* Dispatch delegation helpers
*/
Expand Down

0 comments on commit 59398b5

Please sign in to comment.