eric7/Graphics/UMLDiagramBuilder.py

branch
eric7
changeset 8348
f4775ae8f441
parent 8318
962bce857696
child 8881
54e42bc2437a
--- a/eric7/Graphics/UMLDiagramBuilder.py	Fri May 21 17:54:15 2021 +0200
+++ b/eric7/Graphics/UMLDiagramBuilder.py	Fri May 21 18:01:11 2021 +0200
@@ -65,15 +65,6 @@
         raise NotImplementedError(
             "Method 'buildDiagram' must be implemented in subclasses.")
     
-    def getPersistenceData(self):
-        """
-        Public method to get a string for data to be persisted.
-        
-        @return persisted data string
-        @rtype str
-        """
-        return ""
-    
     def parsePersistenceData(self, version, data):
         """
         Public method to parse persisted data.

eric ide

mercurial