From 4db25a89c45209ad9168bc081ca1192ac5c9926a Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Tue, 2 Aug 2016 23:01:21 -0700 Subject: [PATCH] Remove unused method, and fix close button --- js/components/MainWindow.jsx | 2 +- js/winamp.js | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/js/components/MainWindow.jsx b/js/components/MainWindow.jsx index a0bb1f23..2f0bdf7b 100644 --- a/js/components/MainWindow.jsx +++ b/js/components/MainWindow.jsx @@ -60,7 +60,7 @@ const MainWindow = (props) => {
- +
diff --git a/js/winamp.js b/js/winamp.js index 5e6eda63..0c309cbc 100755 --- a/js/winamp.js +++ b/js/winamp.js @@ -64,10 +64,6 @@ module.exports = { this.media.toggleShuffle(); }, - close: function() { - this.media.stop(); - }, - openFileDialog: function() { this.fileInput.click(); },