Remove unused functions

This commit is contained in:
Mark Haines 2015-01-13 15:57:26 +00:00
parent fda63064fc
commit 3891597eb3
4 changed files with 0 additions and 30 deletions

View file

@ -33,12 +33,6 @@ class EventBuilder(EventBase):
unsigned=unsigned
)
def update_event_key(self, key, value):
self._event_dict[key] = value
def update_event_keys(self, other_dict):
self._event_dict.update(other_dict)
def build(self):
return FrozenEvent.from_event(self)