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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2015-02-16 02:20:52 +0300
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2015-02-16 02:20:52 +0300
commitf90c4c3500a65f7d1d348d7960e0df493763b3f8 (patch)
tree99b8c914be2b650d9eebc1c6340c4023b932a989 /main/src/core/MonoDevelop.Ide/MonoDevelop.Components.PropertyGrid.Editors
parent116046b28de3bbd88b874cde77ada5ab6c999519 (diff)
[PropertyGrid] Minor cleanup
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/MonoDevelop.Components.PropertyGrid.Editors')
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Components.PropertyGrid.Editors/ExpandableObjectEditor.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.PropertyGrid.Editors/ExpandableObjectEditor.cs b/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.PropertyGrid.Editors/ExpandableObjectEditor.cs
index 83b471600a..c4127ef085 100644
--- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.PropertyGrid.Editors/ExpandableObjectEditor.cs
+++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.PropertyGrid.Editors/ExpandableObjectEditor.cs
@@ -32,11 +32,7 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-using System;
using Gtk;
-using System.ComponentModel;
-using System.ComponentModel.Design;
-using System.Collections;
namespace MonoDevelop.Components.PropertyGrid.PropertyEditors
{