Skip to content

Commit

Permalink
Remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
MeoBeoI committed Mar 28, 2016
1 parent 9c99288 commit f77e75d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Empty file removed app/api/.gitkeep
Empty file.
5 changes: 2 additions & 3 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var mbOptions = {
width : 385,
height : 210,
resizable : true,
// TODO : Check this shit
// TODO : Check this
useContentSize : true
}
const menubar = require('menubar')
Expand Down Expand Up @@ -257,7 +257,6 @@ function getPlaylists (argument) {
})
}


function getSelectedPlaylist () {
return new Promise((resolve, reject) => {
if (selectedPlaylist) {
Expand Down Expand Up @@ -394,7 +393,7 @@ function notification (data) {
if (err) {
reject(err)
}
resolve()
resolve(data)
});
})
}
Expand Down

0 comments on commit f77e75d

Please # to comment.