From e2577022126618801991529d39c32f499cdf93c9 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Mon, 15 Oct 2007 11:13:51 +0000 Subject: [PATCH] Removed Fullscreen property (fixes build issue). --- Source/Examples/Tests/S01_Call_Performance.Designer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Examples/Tests/S01_Call_Performance.Designer.cs b/Source/Examples/Tests/S01_Call_Performance.Designer.cs index 0bace08b..da15a083 100644 --- a/Source/Examples/Tests/S01_Call_Performance.Designer.cs +++ b/Source/Examples/Tests/S01_Call_Performance.Designer.cs @@ -35,7 +35,6 @@ // this.glControl1.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.glControl1.Dock = System.Windows.Forms.DockStyle.Fill; - this.glControl1.Fullscreen = false; this.glControl1.Location = new System.Drawing.Point(0, 0); this.glControl1.Name = "glControl1"; this.glControl1.Size = new System.Drawing.Size(624, 444);