summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-10-06 18:15:42 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-10-06 18:15:42 +0800
commit0bb06d38664d0045e7294e4091f385fbcad723c9 (patch)
tree2c6cddddc5e56a7523145aa9f969e8688d26edc5
parent01754e6aa58a834f6ee4f443d45d1b4e45380de4 (diff)
downloadibus-0bb06d38664d0045e7294e4091f385fbcad723c9.tar.gz
ibus-0bb06d38664d0045e7294e4091f385fbcad723c9.tar.xz
ibus-0bb06d38664d0045e7294e4091f385fbcad723c9.zip
Remove unused variable.
-rw-r--r--gconf/main.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/gconf/main.py b/gconf/main.py
index 5410872..ee8f6eb 100644
--- a/gconf/main.py
+++ b/gconf/main.py
@@ -26,8 +26,6 @@ import ibus
import config
import gobject
-CONFIG_PATH = "/org/freedesktop/IBus/GConf"
-
class GconfApplication:
def __init__(self):
self.__mainloop = gobject.MainLoop()