remove left over comment from default implemantion for z_index

This commit is contained in:
dragonn 2022-01-20 19:51:41 +01:00
parent cbb2c1e541
commit d7415e6fa9
1 changed files with 1 additions and 3 deletions

View File

@ -114,9 +114,7 @@ where
damage: &[Rectangle<i32, Logical>],
log: &slog::Logger,
) -> Result<(), R::Error>;
fn z_index(&self) -> u8; //{
// 0
//}
fn z_index(&self) -> u8;
}
impl<R, F, E, T> SpaceElement<R, F, E, T> for Box<dyn RenderElement<R, F, E, T>>