summaryrefslogtreecommitdiffstats
path: root/accessible/jsat/Presentation.jsm
diff options
context:
space:
mode:
Diffstat (limited to 'accessible/jsat/Presentation.jsm')
-rw-r--r--accessible/jsat/Presentation.jsm1
1 files changed, 0 insertions, 1 deletions
diff --git a/accessible/jsat/Presentation.jsm b/accessible/jsat/Presentation.jsm
index 6912d0ea5..bd1ef96ca 100644
--- a/accessible/jsat/Presentation.jsm
+++ b/accessible/jsat/Presentation.jsm
@@ -680,7 +680,6 @@ this.Presentation = { // jshint ignore:line
get presenters() {
delete this.presenters;
let presenterMap = {
- 'mobile/android': [VisualPresenter, AndroidPresenter],
'b2g': [VisualPresenter, B2GPresenter],
'browser': [VisualPresenter, B2GPresenter, AndroidPresenter]
};