Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
electroly committed Dec 2, 2024
1 parent 8eebb33 commit c1728a4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/J.App/MoviePlayerForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ public void Initialize(MovieId movieId)
_browser.Source = new(url);
}

protected override void OnLoad(EventArgs e)
{
base.OnLoad(e);
_browser.Focus();
}

protected override void OnShown(EventArgs e)
{
base.OnShown(e);
Expand Down

0 comments on commit c1728a4

Please sign in to comment.