Skip to content
This repository has been archived by the owner on Jun 13, 2020. It is now read-only.

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaehyuk-Lee committed Mar 22, 2019
1 parent b28d10a commit ea34677
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions App/Form/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,6 @@ private void linkLabel_GitHub_LinkClicked(object sender, LinkLabelLinkClickedEve
Process.Start($"https://github.com/{Global.GITHUB_REPO}");
}

private void linkLabel_NewUpdate_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
Process.Start($"https://github.com/{Global.GITHUB_REPO}/releases/latest");
}

private void button_SelectProcess_Click(object sender, EventArgs e)
{
try
Expand Down

0 comments on commit ea34677

Please sign in to comment.