mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
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:
@@ -112,10 +112,6 @@ void CScreenSaver::Stop()
|
|||||||
thrScreenSaver = 0;
|
thrScreenSaver = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(thrScreenSaver)
|
|
||||||
pthread_cancel(thrScreenSaver);
|
|
||||||
thrScreenSaver = 0;
|
|
||||||
|
|
||||||
if (scr_clock){
|
if (scr_clock){
|
||||||
scr_clock->Stop();
|
scr_clock->Stop();
|
||||||
delete scr_clock;
|
delete scr_clock;
|
||||||
|
Reference in New Issue
Block a user