Skip to content

Commit

Permalink
removed unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
A-tG committed Apr 17, 2023
1 parent 1964592 commit b67f079
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion VoicemeeterOsdProgram/UiControls/OSD/OsdWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ private void OnUserPrefChanged(object sender, UserPreferenceChangedEventArgs e)

private void OsdWindow_Unloaded(object sender, RoutedEventArgs e)
{
Globals.Osd.fullscreenAppsWatcher.IsDetectedChanged -= OnEventUpdatePos;
Globals.Osd.screenProvider.MainScreenChanged -= OnEventUpdatePos;
OptionsStorage.Osd.HorizontalAlignmentChanged -= OnEventUpdatePosAlign;
OptionsStorage.Osd.VerticalAlignmentChanged -= OnEventUpdatePosAlign;
Expand Down

0 comments on commit b67f079

Please sign in to comment.