Remove #if NET_2_0 flags.
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms.RTF / Style.cs
index 9e8ed79efc22419181350f4588bf080cfdcf071f..c16813c90a2d54adf98bef1d5546411ba7f956a5 100644 (file)
 // COMPLETE
 
 namespace System.Windows.Forms.RTF {
-       internal class Style {
+
+#if RTF_LIB
+       public
+#else
+       internal
+#endif
+       class Style {
                #region Local Variables
                public const int        NoStyleNum = 222;
                public const int        NormalStyleNum = 0;
@@ -38,7 +44,6 @@ namespace System.Windows.Forms.RTF {
                private int             num;
                private int             based_on;
                private int             next_par;
-               private int             se_list;
                private bool            expanding;
                private StyleElement    elements;
                private Style           next;