From 2021aa68929b5e98f0f0392c883bfd69dca21e03 Mon Sep 17 00:00:00 2001 From: Jan Odvarko Date: Tue, 7 Jun 2016 09:22:58 +0200 Subject: [PATCH] Remove obsolete click handler --- data/containers/app.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/data/containers/app.js b/data/containers/app.js index 187ce1a..82cf708 100644 --- a/data/containers/app.js +++ b/data/containers/app.js @@ -41,10 +41,6 @@ define(function (require, exports) { key.unbind("down", this.onKeyDown); }, - onClickRow: function (frame) { - this.store.dispatch(selectFrame(frame)); - }, - onKeyUp: function (event) { this.props.dispatch(selectPrevFrame()); Events.cancelEvent(event);