diff options
author | Lars Op den Kamp <lars@opdenkamp.eu> | 2011-01-08 11:49:58 +0100 |
---|---|---|
committer | Lars Op den Kamp <lars@opdenkamp.eu> | 2011-01-08 11:49:58 +0100 |
commit | 531dec0e1b8df5f2fe224e6f70c6cd3e109c0319 (patch) | |
tree | d8664c9af3343779c0ae1649609e1cb1d9d2e658 | |
parent | 5acd4e0585a6323ff85c8d5b340d10aafba34d89 (diff) |
pvr: StopThread already waits for thread exit
-rw-r--r-- | xbmc/pvr/PVREpgs.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xbmc/pvr/PVREpgs.cpp b/xbmc/pvr/PVREpgs.cpp index bb4f3d5164..4f03d032cd 100644 --- a/xbmc/pvr/PVREpgs.cpp +++ b/xbmc/pvr/PVREpgs.cpp @@ -109,14 +109,6 @@ bool CPVREpgs::Stop() g_guiSettings.RemoveObserver(this); - if (!WaitForThreadExit(5000)) - { - CLog::Log(LOGERROR, "PVREpgs - %s - EPG thread didn't exit after 5 seconds. Not clearing the EPG", - __FUNCTION__); - - return false; - } - return true; } |