« get me outta code hell

Fix queue path element nonsense - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-07-24 13:48:11 -0300
committerFlorrie <towerofnix@gmail.com>2018-07-24 13:48:11 -0300
commit7c72ecabc4a7fd255fb786e9cf858b2aafc045bc (patch)
tree986a02215d66efa50f1a42b181c02939ca43714a
parent75a7b9d21af673e2acfed0acf1768e5d76d6c89a (diff)
Fix queue path element nonsense
-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)