Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Goldstein <stifu@free.fr>2011-01-18 10:43:26 +0300
committerThomas Goldstein <stifu@free.fr>2011-01-18 10:43:26 +0300
commitc63efd57c4a60935da533f6af7ef1c25d29a0541 (patch)
tree976fd27fb48a6d2018478a1f78114e1b268e3c86 /mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemBoundsPortion.cs
parent7f89bd25f16863052da5d8e7b44cd4629f6550ad (diff)
MWF: Remove #if NET_2_0 and #if ONLY_1_1 conditions (part 3).
Diffstat (limited to 'mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemBoundsPortion.cs')
-rw-r--r--mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemBoundsPortion.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemBoundsPortion.cs b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemBoundsPortion.cs
index 3aec1feb45f..a028d9de37e 100644
--- a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemBoundsPortion.cs
+++ b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemBoundsPortion.cs
@@ -26,9 +26,6 @@
namespace System.Windows.Forms
{
-#if !NET_2_0
- [Serializable]
-#endif
public enum ItemBoundsPortion
{
Entire = 0,