summaryrefslogtreecommitdiffstats
path: root/toolkit/components/reader/AboutReader.jsm
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-10-17 19:10:44 +0200
committerGitHub <noreply@github.com>2018-10-17 19:10:44 +0200
commitc423bdaf0364fe1dd3b540145779ccd0c6a053f7 (patch)
treeaddb412037fc321793a64a54dc2fbc4cd83751d7 /toolkit/components/reader/AboutReader.jsm
parent46eab94c094807ff590267872cf32a664625932f (diff)
parentf696173b4af510cf72885282efcfdd3c4005fbb1 (diff)
downloadUXP-c423bdaf0364fe1dd3b540145779ccd0c6a053f7.tar
UXP-c423bdaf0364fe1dd3b540145779ccd0c6a053f7.tar.gz
UXP-c423bdaf0364fe1dd3b540145779ccd0c6a053f7.tar.lz
UXP-c423bdaf0364fe1dd3b540145779ccd0c6a053f7.tar.xz
UXP-c423bdaf0364fe1dd3b540145779ccd0c6a053f7.zip
Merge pull request #837 from Ascrod/readerview
Reader Updates
Diffstat (limited to 'toolkit/components/reader/AboutReader.jsm')
-rw-r--r--toolkit/components/reader/AboutReader.jsm1
1 files changed, 0 insertions, 1 deletions
diff --git a/toolkit/components/reader/AboutReader.jsm b/toolkit/components/reader/AboutReader.jsm
index c5d04476d..6ec959eba 100644
--- a/toolkit/components/reader/AboutReader.jsm
+++ b/toolkit/components/reader/AboutReader.jsm
@@ -14,7 +14,6 @@ Cu.import("resource://gre/modules/XPCOMUtils.jsm");
XPCOMUtils.defineLazyModuleGetter(this, "AsyncPrefs", "resource://gre/modules/AsyncPrefs.jsm");
XPCOMUtils.defineLazyModuleGetter(this, "NarrateControls", "resource://gre/modules/narrate/NarrateControls.jsm");
-XPCOMUtils.defineLazyModuleGetter(this, "Rect", "resource://gre/modules/Geometry.jsm");
XPCOMUtils.defineLazyModuleGetter(this, "PluralForm", "resource://gre/modules/PluralForm.jsm");
XPCOMUtils.defineLazyModuleGetter(this, "PlacesUtils", "resource://gre/modules/PlacesUtils.jsm");