Remove redundant pthread_cancel() call

Origin commit data
------------------
Branch: ni/coolstream
Commit: 0e68d504c9
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-03 (Sun, 03 Jan 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2016-01-03 12:56:36 +01:00
parent f47a85bd26
commit 1f45b9041e

View File

@@ -112,10 +112,6 @@ void CScreenSaver::Stop()
thrScreenSaver = 0;
}
if(thrScreenSaver)
pthread_cancel(thrScreenSaver);
thrScreenSaver = 0;
if (scr_clock){
scr_clock->Stop();
delete scr_clock;