* XplatUIX11.cs: Removed unused hwnd var in SetBorderStyle.
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / TableLayoutPanelGrowStyle.cs
index 1c50a7ab9362185c1287ea69732593ce05129bb0..7a3593c1f8800e3365db5ff2d4dfa62182ebe080 100644 (file)
@@ -23,7 +23,7 @@
 //
 // (C) 2004 Novell, Inc.
 //
-
+#if NET_2_0
 namespace System.Windows.Forms {
        public enum TableLayoutPanelGrowStyle {
                FixedSize,
@@ -31,3 +31,4 @@ namespace System.Windows.Forms {
                AddColumns,
        }
 }
+#endif