Skip to content

Commit

Permalink
Removed unused event
Browse files Browse the repository at this point in the history
	modified:   Sonic-06-Mod-Manager/src/Environment3/RushInterface.cs
  • Loading branch information
HyperPolygon64 committed Feb 8, 2020
1 parent 67bd287 commit 9f60942
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Sonic-06-Mod-Manager/src/Environment3/RushInterface.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2238,10 +2238,5 @@ private void CheckBox_Xenia_CheckedChanged(object sender, EventArgs e) {
else if (sender == CheckBox_Xenia_DiscordRPC) Properties.Settings.Default.Emulator_DiscordRPC = ((CheckBox)sender).Checked;
Properties.Settings.Default.Save();
}

private void LinkLabel_ProtocolManager_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{

}
}
}

0 comments on commit 9f60942

Please sign in to comment.