Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/activity')
-rw-r--r--sugar/activity/bundle.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/sugar/activity/bundle.py b/sugar/activity/bundle.py
index f0dc2f6..f9263a3 100644
--- a/sugar/activity/bundle.py
+++ b/sugar/activity/bundle.py
@@ -84,7 +84,3 @@ class Bundle:
def get_show_launcher(self):
"""Get whether there should be a visible launcher for the activity"""
return self._show_launcher
-
- # Compatibility with the old activity registry, remove after BTest-1
- def get_id(self):
- return self._service_name