# HG changeset patch # User Paul Boddie # Date 1457443341 -3600 # Node ID d11c446ffcca9fd94f1d15fca27216d7b77a4529 # Parent 3a034fc1ca8d8cd5579fce5f748f81d42f0c4c9d# Parent 7a9d55dc8541f051ff33af55a0861cb194249c33 Merged changes from the default branch. diff -r 3a034fc1ca8d -r d11c446ffcca imiptools/stores/file.py --- a/imiptools/stores/file.py Mon Mar 07 23:31:35 2016 +0100 +++ b/imiptools/stores/file.py Tue Mar 08 14:22:21 2016 +0100 @@ -530,12 +530,6 @@ return FreeBusyCollection(offers, mutable) - def set_freebusy_offers(self, user, freebusy): - - "For the given 'user', set 'freebusy' offers." - - return self.set_freebusy(user, freebusy, "freebusy-offers") - # Requests and counter-proposals. def _get_requests(self, user, queue):