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/MonoDevelop.Gettext/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/MonoDevelop.Gettext/Commands.cs')
-rw-r--r--main/src/addins/MonoDevelop.Gettext/Commands.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/src/addins/MonoDevelop.Gettext/Commands.cs b/main/src/addins/MonoDevelop.Gettext/Commands.cs
index 775ed49c92..548de152b0 100644
--- a/main/src/addins/MonoDevelop.Gettext/Commands.cs
+++ b/main/src/addins/MonoDevelop.Gettext/Commands.cs
@@ -28,19 +28,6 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
-using System;
-using System.Collections;
-using System.IO;
-using MonoDevelop.Core;
-using MonoDevelop.Core.Gui;
-using MonoDevelop.Core.Gui.ProgressMonitoring;
-using MonoDevelop.Projects;
-using MonoDevelop.Components;
-using MonoDevelop.Components.Commands;
-using MonoDevelop.Ide.Gui;
-using MonoDevelop.Ide.Gui.Pads;
-using MonoDevelop.Ide.Gui.Pads.ProjectPad;
-using Gtk;
namespace MonoDevelop.Gettext
{