1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove unneeded empty functions

This commit is contained in:
Bill Thornton 2022-03-02 00:59:04 -05:00
parent 9067b0e397
commit ddbe596696
8 changed files with 1 additions and 33 deletions

View file

@ -246,10 +246,6 @@ import Dashboard from '../../scripts/clientUtils';
self.renderTab = function () {
reloadItems(tabContent);
};
self.destroy = function () {
// TODO: Remove if unused
};
}
/* eslint-enable indent */