Remove unused method
This commit is contained in:
parent
ca1831fef6
commit
764541d3ca
1 changed files with 0 additions and 4 deletions
|
@ -43,10 +43,6 @@ export class EventEntry extends BaseEventEntry {
|
|||
this._contextEntry = other.contextEntry;
|
||||
}
|
||||
|
||||
setRelatedEntry(entry) {
|
||||
this._relatedEntry = entry;
|
||||
}
|
||||
|
||||
get event() {
|
||||
return this._eventEntry.event;
|
||||
}
|
||||
|
|
Reference in a new issue