Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
diff options
context:
space:
mode:
Diffstat (limited to 'webactivity.py')
-rwxr-xr-xwebactivity.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/webactivity.py b/webactivity.py
index be738c9..04fe96b 100755
--- a/webactivity.py
+++ b/webactivity.py
@@ -104,10 +104,6 @@ class WebActivity(activity.Activity):
if url:
self._service.set_published_value('URL', url)
- def execute(self, command, args):
- if command == "load-uri":
- self._browser.load_url(args[0])
-
def _title_changed_cb(self, embed, pspec):
self.set_title(embed.props.title)