Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calculate.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/calculate.py b/calculate.py
index c894eef..e96129b 100644
--- a/calculate.py
+++ b/calculate.py
@@ -342,9 +342,6 @@ class Calculate(ShareableActivity):
self.connect("key_press_event", self.keypress_cb)
self.connect("destroy", self.cleanup_cb)
self.color = sugar.profile.get_color()
-## self.icon = CanvasIcon(
-## icon_name = 'theme:stock-buddy',
-## xo_color = XoColor(self.color))
self.layout = CalcLayout(self)
self.label_entry = self.layout.label_entry