Skip to content

Commit

Permalink
removing unnecessary method
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsonbrinker committed Jul 13, 2023
1 parent 91b42f2 commit 6284827
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/ClearDashboard.WebApiParatextPlugin/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -156,16 +156,6 @@ private async void WindowClosing(IPluginChildWindow sender, CancelEventArgs args
}
}

/// <summary>
/// Called when window loses focus
/// </summary>
/// <param name="e"></param>
protected override async void OnLeave(EventArgs e)
{

base.OnLeave(e);
}

#endregion


Expand Down

0 comments on commit 6284827

Please sign in to comment.