Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/console/interface/xo/xo.py
diff options
context:
space:
mode:
authorEduardo Silva <edsiper@monotop.(none)>2007-07-10 11:17:52 (GMT)
committer Eduardo Silva <edsiper@monotop.(none)>2007-07-10 11:17:52 (GMT)
commit412ec8c78f0ed6014d00ebab4169b50ace670af2 (patch)
treef9f2dbdbb5266fcfd208c4043ea7ba706d799924 /services/console/interface/xo/xo.py
parent978c3a0785e024dd7c83252b39ac6119c64aa655 (diff)
Console: drop battery viewer
Diffstat (limited to 'services/console/interface/xo/xo.py')
-rw-r--r--services/console/interface/xo/xo.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/services/console/interface/xo/xo.py b/services/console/interface/xo/xo.py
index 981d2e5..63bba0b 100644
--- a/services/console/interface/xo/xo.py
+++ b/services/console/interface/xo/xo.py
@@ -40,11 +40,9 @@ class Interface:
self.vbox.pack_start(xo_cpu, False, False, 0)
# Graphics: Battery Status, NandFlash
- self._xo_battery = XO_Battery()
self._xo_nandflash = XO_NandFlash()
hbox = gtk.HBox(False, 2)
- hbox.pack_start(self._xo_battery, False, False, 0)
hbox.pack_start(self._xo_nandflash, False, False, 0)
self.vbox.pack_start(hbox, False, False, 0)