aboutsummaryrefslogtreecommitdiff
path: root/Project Ports
diff options
context:
space:
mode:
Diffstat (limited to 'Project Ports')
-rw-r--r--Project Ports/Desktop.Designer.cs1
-rw-r--r--Project Ports/Desktop.cs1
2 files changed, 0 insertions, 2 deletions
diff --git a/Project Ports/Desktop.Designer.cs b/Project Ports/Desktop.Designer.cs
index 534723f..e11af99 100644
--- a/Project Ports/Desktop.Designer.cs
+++ b/Project Ports/Desktop.Designer.cs
@@ -109,7 +109,6 @@
this.quantumNetBrowserToolStripMenuItem.Name = "quantumNetBrowserToolStripMenuItem";
this.quantumNetBrowserToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
this.quantumNetBrowserToolStripMenuItem.Text = "QuantumNet Browser";
- this.quantumNetBrowserToolStripMenuItem.Visible = false;
this.quantumNetBrowserToolStripMenuItem.Click += new System.EventHandler(this.quantumNetBrowserToolStripMenuItem_Click);
//
// settingsToolStripMenuItem
diff --git a/Project Ports/Desktop.cs b/Project Ports/Desktop.cs
index 38eb4ec..3435aaa 100644
--- a/Project Ports/Desktop.cs
+++ b/Project Ports/Desktop.cs
@@ -52,7 +52,6 @@ namespace Project_Ports
{
#if DEBUG
MessageBox.Show("You have set the build to \"Debug\" there are some features that is disabled in this build.");
- this.quantumNetBrowserToolStripMenuItem.Visible = true;
#endif
dclock.Start();
hijackScreen.Hide();