Remove unused code from gfx and layout crates

This commit is contained in:
est31 2019-05-29 21:16:11 +02:00
parent 8dc7a25893
commit 3efc5e59bc
9 changed files with 2 additions and 222 deletions

View file

@ -870,10 +870,6 @@ impl Flow for FlexFlow {
FlowClass::Flex
}
fn as_mut_flex(&mut self) -> &mut FlexFlow {
self
}
fn as_flex(&self) -> &FlexFlow {
self
}