diff --git a/sugar/activity/Activity.py b/sugar/activity/Activity.py index 62fbed63..f1bbf233 100644 --- a/sugar/activity/Activity.py +++ b/sugar/activity/Activity.py @@ -52,11 +52,6 @@ class ActivityDbusService(dbus.service.Object): """Get the activity type""" return self._activity.get_type() - @dbus.service.method(ACTIVITY_INTERFACE) - def set_type(self, activity_type): - """Set the activity type""" - self._activity.set_type(activity_type) - @dbus.service.method(ACTIVITY_INTERFACE) def get_shared(self): """Returns True if the activity is shared on the mesh."""