Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Martin <gary@garycmartin.com>2012-10-08 03:33:17 (GMT)
committer Gary Martin <gary@garycmartin.com>2012-10-08 03:33:17 (GMT)
commit12fa134af8e77074911ab580e67450faeab1cc49 (patch)
tree3a7d5195a0f3ff55978c6a6fbcaa3b359f4a0d11
parentad1edbf3e7ee3e17dc5aee20345200f040328bba (diff)
Code that used CanvasIcon was commented out in 2007, remove it SL#3673.
-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