diff --git a/src/SyncGate.tsx b/src/SyncGate.tsx index d26e29d..7b399a6 100644 --- a/src/SyncGate.tsx +++ b/src/SyncGate.tsx @@ -25,16 +25,6 @@ class SyncGate extends React.Component { constructor(props: any) { super(props); - this.eventClicked = this.eventClicked.bind(this); - this.contactClicked = this.contactClicked.bind(this); - } - - eventClicked(contact: any) { - // FIXME - } - - contactClicked(contact: any) { - // FIXME } componentDidMount() {