X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.Configuration%2FIPersistComponentSettings.cs;h=0e07bf0a59824e2b1fc2f01fe83a2884299bd3fd;hb=d2978f38337de05a5dbc03def994d32eb8458a86;hp=117bb02e4517c6c141920659353a41d799bb7d40;hpb=5d9434fcb3acc1ed7d3d30603faae797d672fe65;p=mono.git diff --git a/mcs/class/System/System.Configuration/IPersistComponentSettings.cs b/mcs/class/System/System.Configuration/IPersistComponentSettings.cs index 117bb02e451..0e07bf0a598 100644 --- a/mcs/class/System/System.Configuration/IPersistComponentSettings.cs +++ b/mcs/class/System/System.Configuration/IPersistComponentSettings.cs @@ -28,8 +28,6 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if NET_2_0 - namespace System.Configuration { public interface IPersistComponentSettings @@ -42,5 +40,3 @@ namespace System.Configuration void SaveComponentSettings (); } } - -#endif