Remove unnecessary method from the dbus service
This commit is contained in:
parent
58a79eb123
commit
98c301568d
@ -52,11 +52,6 @@ class ActivityDbusService(dbus.service.Object):
|
|||||||
"""Get the activity type"""
|
"""Get the activity type"""
|
||||||
return self._activity.get_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)
|
@dbus.service.method(ACTIVITY_INTERFACE)
|
||||||
def get_shared(self):
|
def get_shared(self):
|
||||||
"""Returns True if the activity is shared on the mesh."""
|
"""Returns True if the activity is shared on the mesh."""
|
||||||
|
Loading…
Reference in New Issue
Block a user