MainForm.cs - Removed unused 'fAQToolStripMenuItem1_Click' function

This commit is contained in:
miku-666
2023-08-28 13:58:48 +02:00
parent 11d62f921e
commit 6949147e47

View File

@@ -1608,11 +1608,6 @@ namespace PckStudio
}
}
private void fAQToolStripMenuItem1_Click(object sender, EventArgs e)
{
//System.Diagnostics.Process.Start(hosturl + "pckStudio#faq");
}
private void convertToBedrockToolStripMenuItem_Click(object sender, EventArgs e)
{
MessageBox.Show("This feature is currently being reworked.", "Currently unavailable", MessageBoxButtons.OK, MessageBoxIcon.Information);