summaryrefslogtreecommitdiffstats
path: root/accessible/jsat/PointerAdapter.jsm
diff options
context:
space:
mode:
Diffstat (limited to 'accessible/jsat/PointerAdapter.jsm')
-rw-r--r--accessible/jsat/PointerAdapter.jsm11
1 files changed, 0 insertions, 11 deletions
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 = {