diff options
author | colin <colin@cicadas.surf> | 2023-02-25 07:32:38 -0800 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-02-25 07:32:38 -0800 |
commit | 9ab26f07d209a387252a87dc10e986995bbc154a (patch) | |
tree | 52c379dc41b3e432568ff47909bb5f89901ae0a5 /playlist.lisp | |
parent | 28bf73a53ed740b4e4ba6d4de999fff29bd92550 (diff) |
Cleanup
Diffstat (limited to 'playlist.lisp')
-rw-r--r-- | playlist.lisp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/playlist.lisp b/playlist.lisp index 092c224..d5c3690 100644 --- a/playlist.lisp +++ b/playlist.lisp @@ -332,10 +332,6 @@ (button (:content "↓" :bind downbtn)) (button (:content "↑" :bind upbtn))) (audio (:source (media-url-path track) :controls nil :bind audio))) - ;; (label-for artist-input artist-label) - ;; (label-for album-input album-label) - ;; (label-for title-input title-label) - (let ((track-ctl (make-instance 'track-ctl :container container |