Skip to content

Commit

Permalink
System::remove_all_menu_items no longer makes sense, removed
Browse files Browse the repository at this point in the history
  • Loading branch information
tehsmeely committed Jan 5, 2024
1 parent 7829895 commit c97678a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,6 @@ impl System {
fn remove_menu_item_internal(&self, item_inner: &MenuItemInner) -> Result<(), Error> {
pd_func_caller!((*self.0).removeMenuItem, item_inner.item)
}
pub fn remove_all_menu_items(&self) -> Result<(), Error> {
pd_func_caller!((*self.0).removeAllMenuItems)
}

pub fn set_peripherals_enabled(&self, peripherals: PDPeripherals) -> Result<(), Error> {
pd_func_caller!((*self.0).setPeripheralsEnabled, peripherals)
Expand Down

0 comments on commit c97678a

Please sign in to comment.