Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py

changeset 1892
ba56498a41e2
parent 1888
03f59d88a62d
child 2302
f29e9405c851
--- a/Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py	Sun Jun 10 17:55:19 2012 +0200
+++ b/Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py	Sun Jun 10 18:18:24 2012 +0200
@@ -86,21 +86,6 @@
         self.vcsCommitAct.triggered[()].connect(self._vcsCommit)
         self.actions.append(self.vcsCommitAct)
         
-        self.vcsRemoveAct = E5Action(self.trUtf8('Remove from repository (and disk)'),
-                UI.PixmapCache.getIcon("vcsRemove.png"),
-                self.trUtf8('&Remove from repository (and disk)'),
-                0, 0, self, 'subversion_remove')
-        self.vcsRemoveAct.setStatusTip(self.trUtf8(
-            'Remove the local project from the VCS repository (and  disk)'
-        ))
-        self.vcsRemoveAct.setWhatsThis(self.trUtf8(
-            """<b>Remove from repository</b>"""
-            """<p>This removes the local project from the VCS repository"""
-            """ (and disk).</p>"""
-        ))
-        self.vcsRemoveAct.triggered[()].connect(self._vcsRemove)
-        self.actions.append(self.vcsRemoveAct)
-        
         self.vcsLogAct = E5Action(self.trUtf8('Show log'),
                 UI.PixmapCache.getIcon("vcsLog.png"),
                 self.trUtf8('Show &log'),
@@ -480,8 +465,6 @@
         menu.addAction(self.vcsNewAct)
         menu.addAction(self.vcsExportAct)
         menu.addSeparator()
-        menu.addAction(self.vcsRemoveAct)
-        menu.addSeparator()
         menu.addAction(self.vcsTagAct)
         if self.vcs.otherData["standardLayout"]:
             menu.addAction(self.svnTagListAct)

eric ide

mercurial