Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/tutorius/gtkutils.py
diff options
context:
space:
mode:
authorsimpoir <simpoir@Luyten.local>2009-03-15 03:21:29 (GMT)
committer simpoir <simpoir@Luyten.local>2009-03-15 03:21:29 (GMT)
commit567021eac56855b16bde1ea2d103becf00552e18 (patch)
tree9bce4a4012df81d0edb7e66276efaadb35493bf7 /src/sugar/tutorius/gtkutils.py
parentd8c59c1a13663ed0d09784ca2a37fcf29ceb91ec (diff)
cleaned overlayer
Diffstat (limited to 'src/sugar/tutorius/gtkutils.py')
-rw-r--r--src/sugar/tutorius/gtkutils.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sugar/tutorius/gtkutils.py b/src/sugar/tutorius/gtkutils.py
index 450872d..073a7f3 100644
--- a/src/sugar/tutorius/gtkutils.py
+++ b/src/sugar/tutorius/gtkutils.py
@@ -18,12 +18,6 @@
Utility classes and functions that are gtk related
"""
-def activity(activity=None, singleton=[]):
- if activity:
- singleton.append(activity)
- return singleton[0]
-
-
def find_widget(base, target_fqdn):
"""Find a widget by digging into a parent widget's children tree
@param base the parent widget