From 567021eac56855b16bde1ea2d103becf00552e18 Mon Sep 17 00:00:00 2001 From: simpoir Date: Sun, 15 Mar 2009 03:21:29 +0000 Subject: cleaned overlayer --- (limited to 'src/sugar/tutorius/gtkutils.py') 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 -- cgit v0.9.1