[tor-commits] [torbirdy/master] Remove redundant comments
sukhbir at torproject.org
sukhbir at torproject.org
Tue Aug 13 17:11:11 UTC 2013
commit 6b8f37492b5304b2938a97972c5147601704fd8f
Author: Sukhbir Singh <sukhbir at torproject.org>
Date: Mon Aug 5 20:10:37 2013 -0400
Remove redundant comments
---
components/torbirdy.js | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/components/torbirdy.js b/components/torbirdy.js
index 8907106..4faf60f 100644
--- a/components/torbirdy.js
+++ b/components/torbirdy.js
@@ -1,4 +1,3 @@
-// Import the required util components.
Components.utils.import("resource://gre/modules/XPCOMUtils.jsm");
const Ci = Components.interfaces;
@@ -214,10 +213,6 @@ const TORBIRDYPREFS = {
// Prefer plain text for RSS.
"rss.display.prefer_plaintext": true,
- // Assume that the local Tor supports Prop 171
- // How can we set a username and password for the network.proxy.socks property?
- // XXX TODO
-
// Override the user agent by setting it to an empty string.
"general.useragent.override": "",
@@ -292,7 +287,6 @@ const TORBIRDY_OLDPREFS = [
"network.proxy.http",
]
-// Constructor for component init.
function TorBirdy() {
this._uninstall = false;
this.wrappedJSObject = this;
@@ -348,7 +342,7 @@ function TorBirdy() {
TorBirdy.prototype = {
QueryInterface: XPCOMUtils.generateQI(
[Ci.nsIObserver]),
- wrappedJSObject: null, // Initalized by constructor
+ wrappedJSObject: null,
classDescription: SERVICE_NAME,
classID: SERVICE_ID,
More information about the tor-commits
mailing list