eric7/VCS/ProjectHelper.py

branch
eric7
changeset 8468
57ed532d4cde
parent 8358
144a6b854f70
child 8761
f05818ae6431
diff -r bccf0a3fa67c -r 57ed532d4cde eric7/VCS/ProjectHelper.py
--- a/eric7/VCS/ProjectHelper.py	Sat Jul 17 15:15:03 2021 +0200
+++ b/eric7/VCS/ProjectHelper.py	Sat Jul 17 15:42:09 2021 +0200
@@ -544,13 +544,6 @@
                 self.vcs.vcsSetOptions(codlg.getOptions())
                 self.project.setDirty(True)
         
-    def _vcsLog(self):
-        """
-        Protected slot used to show the log of the local project.
-        """
-        # kept for backward compatibility for plug-ins
-        self._vcsLogBrowser()
-        
     def _vcsLogBrowser(self):
         """
         Protected slot used to show the log of the local project with a

eric ide

mercurial