diff --git a/Source/Core/Windows/MainForm.Designer.cs b/Source/Core/Windows/MainForm.Designer.cs index 381ec47..42de959 100644 --- a/Source/Core/Windows/MainForm.Designer.cs +++ b/Source/Core/Windows/MainForm.Designer.cs @@ -1819,20 +1819,6 @@ namespace CodeImp.DoomBuilder.Windows this.buttontogglegrid.Tag = "builder_togglegrid"; this.buttontogglegrid.Text = "Render Grid"; this.buttontogglegrid.Click += new System.EventHandler(this.InvokeTaggedAction); - // - // buttontoggledynamicgrid - // - this.buttontoggledynamicgrid.Checked = true; - this.buttontoggledynamicgrid.CheckOnClick = true; - this.buttontoggledynamicgrid.CheckState = System.Windows.Forms.CheckState.Checked; - this.buttontoggledynamicgrid.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.buttontoggledynamicgrid.Image = global::CodeImp.DoomBuilder.Properties.Resources.GridDynamic; - this.buttontoggledynamicgrid.ImageTransparentColor = System.Drawing.Color.Magenta; - this.buttontoggledynamicgrid.Name = "buttontoggledynamicgrid"; - this.buttontoggledynamicgrid.Size = new System.Drawing.Size(23, 22); - this.buttontoggledynamicgrid.Tag = "builder_toggledynamicgrid"; - this.buttontoggledynamicgrid.Text = "Dynamic Grid Size"; - this.buttontoggledynamicgrid.Click += new System.EventHandler(this.InvokeTaggedAction); // // buttontogglenightspath //