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:
authorLluis Sanchez <lluis@novell.com>2010-03-17 15:50:19 +0300
committerLluis Sanchez <lluis@novell.com>2010-03-17 15:50:19 +0300
commitb2c81a6c6d742aacc87a4d190a55ca553cdbdced (patch)
tree5169bb646665e48e158c1c0bf2e389478d459289 /main/src/addins/MonoDeveloperExtensions/Commands.cs
parent13bba2fa864ebe3209ae0673d93f5bbbdb4ecc05 (diff)
parent585086f0ea0a49166046bb8f48d2def87907d0e0 (diff)
Merged MD.Projects into MD.Core, and MD.Projects.Gui, MD.Core.Gui
and MD.Components into MD.Ide. svn path=/trunk/monodevelop/; revision=153749
Diffstat (limited to 'main/src/addins/MonoDeveloperExtensions/Commands.cs')
-rw-r--r--main/src/addins/MonoDeveloperExtensions/Commands.cs9
1 files changed, 2 insertions, 7 deletions
diff --git a/main/src/addins/MonoDeveloperExtensions/Commands.cs b/main/src/addins/MonoDeveloperExtensions/Commands.cs
index dd4e56e80b..9c0477378e 100644
--- a/main/src/addins/MonoDeveloperExtensions/Commands.cs
+++ b/main/src/addins/MonoDeveloperExtensions/Commands.cs
@@ -26,16 +26,11 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
-using System;
-using System.IO;
using MonoDevelop.Projects;
using MonoDevelop.Core;
-using MonoDevelop.Core.Execution;
-using MonoDevelop.Ide.Gui.Pads;
-using MonoDevelop.Ide.Gui.Pads.ProjectPad;
using MonoDevelop.Components.Commands;
-using MonoDevelop.Ide.Gui;
-using MonoDevelop.Core.Gui;
+using MonoDevelop.Ide;
+
namespace MonoDeveloper
{