Remove unnecessary method from the dbus service

This commit is contained in:
Marco Pesenti Gritti 2006-09-02 11:43:32 +02:00
parent 58a79eb123
commit 98c301568d

View File

@ -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."""