From f1606715a85a9df93de20942dfd1f3b44f587398 Mon Sep 17 00:00:00 2001
From: DJ Sundog <sundog@reclaim.technology>
Date: Thu, 28 Dec 2017 13:34:15 -0800
Subject: [PATCH] removed extraneous line of code I added inadvertently

---
 fediplay.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fediplay.py b/fediplay.py
index 3b329d8..d6d407c 100644
--- a/fediplay.py
+++ b/fediplay.py
@@ -25,7 +25,6 @@ class Queue(object):
 
         def run_thread(filename, cb_complete):
             print('==> Playing', filename)
-            cmd = 'ffplay -v 0 -nostats -hide_banner -autoexit -nodisp'.split()
             run(['ffplay', '-v', '0', '-nostats', '-hide_banner', '-autoexit', '-nodisp', filename])
             cb_complete()