From 97dc449953977f91754008591e510fe2a503e797 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 7 Dec 2017 20:33:33 +0000 Subject: [PATCH] Remove unused functions. --- src/SyncGate.tsx | 10 ---------- 1 file changed, 10 deletions(-) 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() {