Remove unused code from player

This commit is contained in:
drigato 2015-04-13 09:18:36 -04:00
parent b48d10a45e
commit 24b6751eeb
1 changed files with 0 additions and 5 deletions

View File

@ -113,11 +113,6 @@
}
}, true);
MRP.html.audio.addEventListener('pause', function paused(e) {
//src = MRP.html.audio.src;
//MRP.html.audio.src = "";
}, true);
}
};