From 98c301568db7a4eb982be70b8f80930b4cabf255 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sat, 2 Sep 2006 11:43:32 +0200 Subject: [PATCH] Remove unnecessary method from the dbus service --- sugar/activity/Activity.py | 5 ----- 1 file changed, 5 deletions(-) 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."""