From 3fadf723fd56bb680864f43aa341004c00ead3fb Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Wed, 3 Aug 2011 07:27:24 -0400 Subject: [PATCH] trivial change, removing a region preproc thingy --- GraphicsPractice/GraphicsPractice/Form1.Designer.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/GraphicsPractice/GraphicsPractice/Form1.Designer.cs b/GraphicsPractice/GraphicsPractice/Form1.Designer.cs index aac4a26..dd0c748 100644 --- a/GraphicsPractice/GraphicsPractice/Form1.Designer.cs +++ b/GraphicsPractice/GraphicsPractice/Form1.Designer.cs @@ -23,8 +23,6 @@ namespace GraphicsPractice base.Dispose(disposing); } - #region Windows Form Designer generated code - /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. @@ -56,11 +54,8 @@ namespace GraphicsPractice this.Text = "Form1"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); - } - #endregion - private PictureBox pictureBox1; } }