[Pkg-mozext-commits] [greasemonkey] 07/62: Remove unused 'util' definition.

David Prévot taffit at moszumanska.debian.org
Sun Sep 13 22:10:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository greasemonkey.

commit f7219b4b17de28e3b5bd0fa487c59ae62f07ea66
Author: Anthony Lieuallen <arantius at gmail.com>
Date:   Mon Aug 3 09:20:50 2015 -0400

    Remove unused 'util' definition.
---
 modules/util.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/util.js b/modules/util.js
index 3935b75..874f3ba 100644
--- a/modules/util.js
+++ b/modules/util.js
@@ -24,7 +24,6 @@ var GM_util = {};
 
 // Do not edit below this line.  Use `util.sh` to auto-populate.
 XPCOMUtils.defineLazyModuleGetter(GM_util, 'alert', 'chrome://greasemonkey-modules/content/util/alert.js');
-XPCOMUtils.defineLazyModuleGetter(GM_util, 'anonWrap', 'chrome://greasemonkey-modules/content/util/anonWrap.js');
 XPCOMUtils.defineLazyModuleGetter(GM_util, 'compareFirefoxVersion', 'chrome://greasemonkey-modules/content/util/compareFirefoxVersion.js');
 XPCOMUtils.defineLazyModuleGetter(GM_util, 'emptyEl', 'chrome://greasemonkey-modules/content/util/emptyEl.js');
 XPCOMUtils.defineLazyModuleGetter(GM_util, 'enqueueRemoveFile', 'chrome://greasemonkey-modules/content/util/enqueueRemoveFile.js');

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/greasemonkey.git



More information about the Pkg-mozext-commits mailing list