From 1124fb525bf7b8341170d886b8de070e20323efd Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sun, 13 May 2018 22:46:04 +0200 Subject: Remove other gonk widget conditionals and unused files. Tag #288. --- accessible/jsat/PointerAdapter.jsm | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'accessible/jsat') diff --git a/accessible/jsat/PointerAdapter.jsm b/accessible/jsat/PointerAdapter.jsm index ff54976b7..1fb77646b 100644 --- a/accessible/jsat/PointerAdapter.jsm +++ b/accessible/jsat/PointerAdapter.jsm @@ -46,17 +46,6 @@ var PointerRelay = { // jshint ignore:line 'touchend' : true }; break; - case 'gonk': - this._eventsOfInterest = { - 'touchstart' : true, - 'touchmove' : true, - 'touchend' : true, - 'mousedown' : false, - 'mousemove' : false, - 'mouseup': false, - 'click': false }; - break; - default: // Desktop. this._eventsOfInterest = { -- cgit v1.2.3