all: remove dead code
This commit is contained in:
parent
a20008d446
commit
8cee61122e
32 changed files with 9 additions and 145 deletions
|
|
@ -222,8 +222,6 @@ pub enum ResetStatus {
|
|||
}
|
||||
|
||||
pub trait GfxFramebuffer: Debug {
|
||||
fn as_any(&self) -> &dyn Any;
|
||||
|
||||
fn take_render_ops(&self) -> Vec<GfxApiOpt>;
|
||||
|
||||
fn physical_size(&self) -> (i32, i32);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue