all: remove dead code
This commit is contained in:
parent
a20008d446
commit
8cee61122e
32 changed files with 9 additions and 145 deletions
|
|
@ -24,6 +24,7 @@ linear_ids!(DrmDeviceIds, DrmDeviceId);
|
|||
|
||||
pub trait Backend {
|
||||
fn run(self: Rc<Self>) -> SpawnedFuture<Result<(), Box<dyn Error>>>;
|
||||
#[cfg_attr(not(feature = "it"), allow(dead_code))]
|
||||
fn into_any(self: Rc<Self>) -> Rc<dyn Any>;
|
||||
|
||||
fn switch_to(&self, vtnr: u32) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue