summaryrefslogtreecommitdiff
path: root/cutter.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2018-01-18 12:19:31 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2018-01-18 12:19:31 +0100
commita9e32ad0a5eb288bde5398dc96b6ad9caae64f9f (patch)
tree2f1510cf13b9e39a70abe8d1b2f45214f8e9b99f /cutter.c
parent165eae9c31604dc35823ef19ac2816ede11c7ee2 (diff)
downloadvdr-a9e32ad0a5eb288bde5398dc96b6ad9caae64f9f.tar.gz
vdr-a9e32ad0a5eb288bde5398dc96b6ad9caae64f9f.tar.bz2
Removed superfluous call to cVideoDirectory::RemoveVideoFile()
Diffstat (limited to 'cutter.c')
-rw-r--r--cutter.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cutter.c b/cutter.c
index 525214c9..8fda9418 100644
--- a/cutter.c
+++ b/cutter.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: cutter.c 4.5 2018/01/16 14:09:14 kls Exp $
+ * $Id: cutter.c 4.6 2018/01/18 12:19:31 kls Exp $
*/
#include "cutter.h"
@@ -700,7 +700,6 @@ void cCutter::Stop(void)
esyslog("ERROR: '%s' during editing process", Error);
if (cReplayControl::NowReplaying() && strcmp(cReplayControl::NowReplaying(), editedVersionName) == 0)
cControl::Shutdown();
- cVideoDirectory::RemoveVideoFile(editedVersionName);
}
}