mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-14 10:21:57 -04:00
proxy: Remove HardwareCurrentlySupported, which had been removed from the interface
This commit is contained in:
parent
af61f76b89
commit
484f5c43e3
1 changed files with 0 additions and 4 deletions
|
@ -21,8 +21,4 @@ use zbus::proxy;
|
||||||
pub trait Manager2 {
|
pub trait Manager2 {
|
||||||
/// ReloadConfig method
|
/// ReloadConfig method
|
||||||
fn reload_config(&self) -> zbus::Result<()>;
|
fn reload_config(&self) -> zbus::Result<()>;
|
||||||
|
|
||||||
/// HardwareCurrentlySupported property
|
|
||||||
#[zbus(property)]
|
|
||||||
fn hardware_currently_supported(&self) -> zbus::Result<u32>;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue