mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
Remove redundant pthread_cancel() call
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