Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity/bundle.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/activity/bundle.py')
-rw-r--r--sugar/activity/bundle.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/sugar/activity/bundle.py b/sugar/activity/bundle.py
index b8172e0..98b9e9a 100644
--- a/sugar/activity/bundle.py
+++ b/sugar/activity/bundle.py
@@ -146,13 +146,6 @@ class Bundle:
"""Get the path to the service object"""
return '/' + self._service_name.replace('.', '/')
- def get_default_type(self):
- """Get the type of the main network service which tracks presence
- and provides info about the activity, for example the title."""
- splitted = self.get_service_name().split('.')
- splitted.reverse()
- return '_' + '_'.join(splitted) + '._udp'
-
def get_icon(self):
"""Get the activity icon name"""
return self._icon