Merge pull request #347 from JamesB7/master
[mono.git] / mcs / class / System / System.Configuration / SettingsSavingEventHandler.cs
index 87a7f4c4d5edbcbdbc8616fdbb2686d4262d25b4..9f5fd053980a4df4fc21c9bcd03a466b808bd444 100644 (file)
@@ -26,7 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 using System;
 using System.ComponentModel;
 
@@ -35,4 +34,3 @@ namespace System.Configuration
        public delegate void SettingsSavingEventHandler (object sender, CancelEventArgs e);
 }
 
-#endif