proxy: Remove HardwareCurrentlySupported, which had been removed from the interface

This commit is contained in:
Vicki Pfau 2025-03-11 17:23:59 -07:00
parent af61f76b89
commit 484f5c43e3

View file

@ -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<u32>;
}