Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2008-06-12 20:12:33 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-06-12 20:12:33 (GMT)
commit0b2b5655cbb8955cbb53663272d9c285498d6e2b (patch)
tree34042bea7eeb1cec870a625ede11745d1b9e37dd
parentfed5435ca8e69f6b476f31e6ec3a748fa0b02c15 (diff)
Remove unused var
-rw-r--r--globalhistory.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/globalhistory.py b/globalhistory.py
index ae7b999..a0ad1b7 100644
--- a/globalhistory.py
+++ b/globalhistory.py
@@ -20,8 +20,6 @@ from xpcom.server.factory import Factory
import places
-_global_history = None
-
class GlobalHistory:
_com_interfaces_ = interfaces.nsIGlobalHistory, \
interfaces.nsIGlobalHistory2, \