Skip to content

Commit

Permalink
Remove non-used OnSessionEnding().
Browse files Browse the repository at this point in the history
  • Loading branch information
RickStrahl committed Sep 6, 2017
1 parent a19ea88 commit 48cf813
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions MarkdownMonster/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -340,12 +340,7 @@ private void ThemeCustomizations()
mmApp.SetTheme(mmApp.Configuration.ApplicationTheme, App.Current.MainWindow as MetroWindow);

}

protected override void OnSessionEnding(SessionEndingCancelEventArgs e)
{
base.OnSessionEnding(e);
}


/// <summary>
/// Loads all addins asynchronously without loading the
/// addin UI -handled in Window Load to ensure Window is up)
Expand Down

0 comments on commit 48cf813

Please sign in to comment.