mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Removed superfluous call to cVideoDirectory::RemoveVideoFile()
This commit is contained in:
parent
165eae9c31
commit
a9e32ad0a5
3
cutter.c
3
cutter.c
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* 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"
|
#include "cutter.h"
|
||||||
@ -700,7 +700,6 @@ void cCutter::Stop(void)
|
|||||||
esyslog("ERROR: '%s' during editing process", Error);
|
esyslog("ERROR: '%s' during editing process", Error);
|
||||||
if (cReplayControl::NowReplaying() && strcmp(cReplayControl::NowReplaying(), editedVersionName) == 0)
|
if (cReplayControl::NowReplaying() && strcmp(cReplayControl::NowReplaying(), editedVersionName) == 0)
|
||||||
cControl::Shutdown();
|
cControl::Shutdown();
|
||||||
cVideoDirectory::RemoveVideoFile(editedVersionName);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user