From a6ef6742f5a8544d53a0f50c629e113435648ce9 Mon Sep 17 00:00:00 2001 From: Erik Garrison Date: Wed, 17 Sep 2008 18:48:14 +0000 Subject: Removed unused TakeScreenshot from the dbus interface provided by activityservice.py as suggested by Marco @ trac #8432. --- (limited to 'src') diff --git a/src/sugar/activity/activityservice.py b/src/sugar/activity/activityservice.py index c884fcb..b2f7e15 100644 --- a/src/sugar/activity/activityservice.py +++ b/src/sugar/activity/activityservice.py @@ -64,7 +64,3 @@ class ActivityService(dbus.service.Object): def Invite(self, buddy_key): self._activity.invite(buddy_key) - @dbus.service.method(_ACTIVITY_INTERFACE) - def TakeScreenshot(self): - self._activity.take_screenshot() - -- cgit v0.9.1