diff options
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 |