eric7/VCS/ProjectBrowserHelper.py

branch
eric7
changeset 8468
57ed532d4cde
parent 8358
144a6b854f70
child 8881
54e42bc2437a
diff -r bccf0a3fa67c -r 57ed532d4cde eric7/VCS/ProjectBrowserHelper.py
--- a/eric7/VCS/ProjectBrowserHelper.py	Sat Jul 17 15:15:03 2021 +0200
+++ b/eric7/VCS/ProjectBrowserHelper.py	Sat Jul 17 15:42:09 2021 +0200
@@ -313,14 +313,6 @@
                 else:
                     self.browser._removeFile()  # remove file(s) from project
         
-    def _VCSLog(self):
-        """
-        Protected slot called by the context menu to show the VCS log of a
-        file/directory.
-        """
-        # kept for backward compatibility for plug-ins
-        self._VCSLogBrowser()
-    
     def _VCSLogBrowser(self):
         """
         Protected slot called by the context menu to show the log browser for a

eric ide

mercurial