diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/upd8.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/upd8.js b/src/upd8.js index 1aa1b5d4..345f166b 100755 --- a/src/upd8.js +++ b/src/upd8.js @@ -2165,17 +2165,6 @@ function generateCoverLink({ `; } -// This function title is my gr8test work of art. -// (The 8ehavior... well, um. Don't tell anyone, 8ut it's even 8etter.) -/* // RIP, 2k20-2k20. -function writeIndexAndTrackPagesForAlbum(album) { - return [ - () => writeAlbumPage(album), - ...album.tracks.map(track => () => writeTrackPage(track)) - ]; -} -*/ - function getAlbumStylesheet(album, {to}) { return [ album.wallpaperArtists && fixWS` |