« get me outta code hell

mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/ui.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui.js')
-rw-r--r--ui.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui.js b/ui.js
index 28977fa..b030358 100644
--- a/ui.js
+++ b/ui.js
@@ -71,9 +71,6 @@ class AppElement extends FocusElement {
     this.queueListingElement.on('select main listing',
       () => this.form.selectInput(this.tabber))
 
-    this.form.addInput(this.queueListingElement.pathElement, false)
-    this.queueListingElement.pathElement.on('select', item => handleSelectFromPathElement(item))
-
     this.playbackPane = new Pane()
     this.addChild(this.playbackPane)