mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-22 19:40:14 -04:00
Delete unused methods from LocalStore
This commit is contained in:
parent
a6a5edcc40
commit
36679b6569
@ -278,12 +278,6 @@ impl LocalStore {
|
|||||||
return None;
|
return None;
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn delete_inventory_data(&self) {
|
|
||||||
self.store
|
|
||||||
.delete("inventory")
|
|
||||||
.expect("Failed to delete inventory data");
|
|
||||||
}
|
|
||||||
|
|
||||||
pub fn set_inventory_data(
|
pub fn set_inventory_data(
|
||||||
&self,
|
&self,
|
||||||
inventory: (
|
inventory: (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user