mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:06:05 -04:00
Remove unused functions
This commit is contained in:
parent
fda63064fc
commit
3891597eb3
4 changed files with 0 additions and 30 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue