Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/ActivityHost.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/view/ActivityHost.py')
-rw-r--r--shell/view/ActivityHost.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/shell/view/ActivityHost.py b/shell/view/ActivityHost.py
index df87cba..1d3a32d 100644
--- a/shell/view/ActivityHost.py
+++ b/shell/view/ActivityHost.py
@@ -37,7 +37,6 @@ class ActivityHost:
def __init__(self, model):
self._model = model
self._window = model.get_window()
- self._activity = model.get_service()
self._gdk_window = gtk.gdk.window_foreign_new(self.get_xid())
try:
@@ -62,12 +61,6 @@ class ActivityHost:
def get_model(self):
return self._model
- def execute(self, command, args):
- return self._activity.execute(command, dbus.Array(args))
-
- def share(self):
- self._activity.share(ignore_reply=True)
-
def invite(self, buddy):
pass