[runtime] Fix casting error in InternalCodePage.
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / LoginCancelEventHandler.cs
index cc976d85f8b96e05240d6880a8e88eb764244667..8953b486e6b6f5441896d299016284d752268e43 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 
 namespace System.Web.UI.WebControls {
 
        public delegate void LoginCancelEventHandler (object sender, LoginCancelEventArgs e);
 }
 
-#endif