In System.Windows.Forms.RTF:
commitaffa14c8a2c6bf1ff769c13d99862a458643f8cd
authortoshok <toshok@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Mon, 4 Dec 2006 15:33:20 +0000 (4 15:33 +0000)
committertoshok <toshok@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Mon, 4 Dec 2006 15:33:20 +0000 (4 15:33 +0000)
treee94242ed06e8f062ab0a9843b1b4a11d7cb44ef6
parentc1700842fa5b26f5265d2b1b5fe4d55a31eb1650
In System.Windows.Forms.RTF:
2006-12-04  Chris Toshok  <toshok@ximian.com>

* RTF.cs: remove unused fields.

* Style.cs: remove unused field.

* Charset.cs: remove unused field.

In System.Windows.Forms:
2006-12-04  Chris Toshok  <toshok@ximian.com>

* PropertyGridView.cs: cached_splitter_location is only used in
!DOUBLEBUFFER code.

* PropertyGrid.cs: implement the ComComponentNameChanged event
using Events, hoping that would fix the warning.  Looks like a
compiler bug instead (#80144).

* PropertyManager.cs: remove unused method.

git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@68951 e3ebcda4-bce8-0310-ba0a-eca2169e7518
class/Managed.Windows.Forms/System.Windows.Forms.RTF/ChangeLog
class/Managed.Windows.Forms/System.Windows.Forms.RTF/Charset.cs
class/Managed.Windows.Forms/System.Windows.Forms.RTF/RTF.cs
class/Managed.Windows.Forms/System.Windows.Forms.RTF/Style.cs
class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
class/Managed.Windows.Forms/System.Windows.Forms/PropertyGrid.cs
class/Managed.Windows.Forms/System.Windows.Forms/PropertyGridView.cs
class/Managed.Windows.Forms/System.Windows.Forms/PropertyManager.cs