wayland/compositor: Drop unused Marker struct

This commit is contained in:
Victoria Brekenfeld 2024-06-26 15:20:58 +02:00 committed by Victoria Brekenfeld
parent 0d78919bd1
commit 53b692ae0b

View file

@ -144,11 +144,6 @@ pub enum Damage {
Buffer(Rectangle<i32, Buffer>),
}
#[derive(Debug, Copy, Clone, Default)]
struct Marker<R> {
_r: ::std::marker::PhantomData<R>,
}
/// The state container associated with a surface
///
/// This general-purpose container provides 2 main storages: