From 6b3185bf7b569b5f31c1bde818cd095c57b1f1d9 Mon Sep 17 00:00:00 2001 From: Amr Hassan Date: Thu, 6 Jan 2011 15:18:51 +0000 Subject: [PATCH] * Removed redundant Track.shout(...). (Closes Issue #54) --- .build | 2 +- pylast.py | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.build b/.build index bf0d87a..7813681 100644 --- a/.build +++ b/.build @@ -1 +1 @@ -4 \ No newline at end of file +5 \ No newline at end of file diff --git a/pylast.py b/pylast.py index 1a1312b..3c043c0 100644 --- a/pylast.py +++ b/pylast.py @@ -2494,16 +2494,6 @@ class Track(_BaseObject, _Taggable): ) ) return shouts - - def shout(self, message): - """ - Post a shout - """ - - params = self._get_params() - params["message"] = message - - self._request("track.Shout", False, params) class Group(_BaseObject): """A Last.fm group."""