From 761d2c27b7ed7aabb7abc653011449d984a3cecb Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Thu, 14 Dec 2017 17:22:27 -0800 Subject: [PATCH] Remove unused method --- js/media/index.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/media/index.js b/js/media/index.js index eab44dbf..aefa5ba1 100644 --- a/js/media/index.js +++ b/js/media/index.js @@ -167,10 +167,6 @@ export default class Media { } /* Actions */ - previous() { - // Implement this when we support playlists - } - play() { this._source.play(); }