[Pkg-mozext-commits] [perspectives-extension] 28/44: Pers_util - Remove dead code
David Prévot
taffit at moszumanska.debian.org
Sun Jun 26 04:59:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository perspectives-extension.
commit f8cf92ec961fe11b2277436ba729fe3b0950b6c4
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date: Tue Jun 14 20:36:31 2016 -0700
Pers_util - Remove dead code
---
plugin/chrome/content/common.js | 5 -----
1 file changed, 5 deletions(-)
diff --git a/plugin/chrome/content/common.js b/plugin/chrome/content/common.js
index c24c333..6ea1dbd 100644
--- a/plugin/chrome/content/common.js
+++ b/plugin/chrome/content/common.js
@@ -72,11 +72,6 @@ var Pers_util = {
return str;
},
- // never used?
- loadNotaryListFromURI: function(uri) {
- return this.loadNotaryListFromString(this.readFileFromURI(uri));
- },
-
loadNotaryListFromString: function(str_data) {
var ret = [];
var start_arr = str_data.split("\n");
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/perspectives-extension.git
More information about the Pkg-mozext-commits
mailing list