diff --git a/src/proxy/manager2.rs b/src/proxy/manager2.rs index ffd9b3e..5010cca 100644 --- a/src/proxy/manager2.rs +++ b/src/proxy/manager2.rs @@ -21,8 +21,4 @@ use zbus::proxy; pub trait Manager2 { /// ReloadConfig method fn reload_config(&self) -> zbus::Result<()>; - - /// HardwareCurrentlySupported property - #[zbus(property)] - fn hardware_currently_supported(&self) -> zbus::Result; }