imip-agent

Changeset

1424:91c6ea0f3e80
2017-12-15 Paul Boddie raw files shortlog changelog graph Removed superfluous method. client-editing-simplification
imiptools/editing.py (file)
     1.1 --- a/imiptools/editing.py	Fri Dec 15 23:23:09 2017 +0100
     1.2 +++ b/imiptools/editing.py	Fri Dec 15 23:23:24 2017 +0100
     1.3 @@ -160,15 +160,6 @@
     1.4  
     1.5      # Access to stored and current information.
     1.6  
     1.7 -    def get_stored_periods(self):
     1.8 -
     1.9 -        """
    1.10 -        Return the stored, unrevised, integral periods for the event, excluding
    1.11 -        revisions from separate recurrence instances.
    1.12 -        """
    1.13 -
    1.14 -        return event_periods_from_periods(self.get_periods())
    1.15 -
    1.16      def get_unedited_periods(self):
    1.17  
    1.18          """