Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/presence/activity.py
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-08-26 16:43:11 (GMT)
committer Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-08-30 17:21:35 (GMT)
commit0002c93e960a4d672c9249f0c9c0dffa019eb50b (patch)
treed9b576255f3cb9c7bdbadc7e99e674c053c5b087 /src/sugar/presence/activity.py
parente21ab06e34a6964dc6422d3ed8ca4daafdd2e260 (diff)
sugar.presence: Remove dead code and make clear which methonds are deprecated
Diffstat (limited to 'src/sugar/presence/activity.py')
-rw-r--r--src/sugar/presence/activity.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/sugar/presence/activity.py b/src/sugar/presence/activity.py
index 0def0c8..aa6b396 100644
--- a/src/sugar/presence/activity.py
+++ b/src/sugar/presence/activity.py
@@ -491,14 +491,6 @@ class _ShareCommand(_BaseCommand):
self._join_command = None
def run(self):
- """ TODO: Check we don't need this
- # We shouldn't have to do this, but Gabble sometimes finds the IRC
- # transport and goes "that has chatrooms, that'll do nicely". Work
- # around it til Gabble gets better at finding the MUC service.
- return '%s@%s' % (activity_id,
- self._account['fallback-conference-server'])
- """
-
self._connection.RequestHandles(
HANDLE_TYPE_ROOM,
[self._activity_id],