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:
authorJackson Harper <jackson@novell.com>2006-02-27 23:42:44 +0300
committerJackson Harper <jackson@novell.com>2006-02-27 23:42:44 +0300
commite6df6ce78f97bc89774fa9e88ec8acb0e98e4664 (patch)
tree97c26cc060aac3604c5f3926c7a48a8d1c86f1b5
parent926e80a36485e0f48229631092243c701fd86fa7 (diff)
* SizeGrip.cs: Remove the TODO as its been TODONE.
svn path=/trunk/mcs/; revision=57350
-rw-r--r--mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog3
-rw-r--r--mcs/class/Managed.Windows.Forms/System.Windows.Forms/SizeGrip.cs2
2 files changed, 2 insertions, 3 deletions
diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
index 6674be3ad06..3929d8802cf 100644
--- a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
+++ b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
@@ -4,7 +4,8 @@
They are now on top of all children.
- Synced AddImplicit code with Add
- Removed unused enumerator.
-
+ * SizeGrip.cs: Remove the TODO as its been TODONE.
+
2006-02-26 Peter Dennis Bartok <pbartok@novell.com>
* TextControl.cs(Insert): Combine the last lines unless the insertion
diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SizeGrip.cs b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SizeGrip.cs
index 3acff5c509a..39219ebc5a7 100644
--- a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SizeGrip.cs
+++ b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SizeGrip.cs
@@ -22,8 +22,6 @@
// Authors:
// Jackson Harper (jackson@ximian.com)
-// TODO: Eventually we need to handle the cursor and resizing the parent
-
using System;
using System.Drawing;