remove dead code
This commit is contained in:
parent
6b1c9e57fb
commit
7194cbe3a9
1 changed files with 0 additions and 8 deletions
|
@ -111,14 +111,6 @@ impl ItemProvider<AutoRunType> for AutoItemProvider {
|
|||
|
||||
self.last_mode = Some(mode);
|
||||
provider_data
|
||||
|
||||
// if mode == AutoRunType::DRun && self.last_mode.as_ref().is_some_and(|l| l == &mode) {
|
||||
// ProviderData {
|
||||
// items: None,
|
||||
// }
|
||||
// } else {
|
||||
// self.default_auto_elements()
|
||||
// }
|
||||
}
|
||||
|
||||
fn get_sub_elements(&mut self, item: &MenuItem<AutoRunType>) -> ProviderData<AutoRunType> {
|
||||
|
|
Loading…
Add table
Reference in a new issue