mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove unused PropertyChanged event and OnPropertyChanged method from SettingWindowViewModel
This commit is contained in:
parent
942b29061e
commit
9b52cb6a10
1 changed files with 1 additions and 7 deletions
|
|
@ -58,11 +58,5 @@ public partial class SettingWindowViewModel : BaseModel
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
|
||||
protected virtual void OnPropertyChanged(string propertyName)
|
||||
{
|
||||
PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue