Removed a redundant NULL check in cDvbSpuDecoder::setTime()

This commit is contained in:
Klaus Schmidinger
2011-12-10 14:40:16 +01:00
parent da352e63c6
commit b25efc415e
3 changed files with 4 additions and 2 deletions

View File

@@ -6791,3 +6791,4 @@ Video Disk Recorder Revision History
link levels (reported by Sundararaj Reel).
- Removed redundant memset() in the ctor of cSatCableNumbers (triggered by
Ville Skytt<74> pointing out that the argument sequence in the call was wrong).
- Removed a redundant NULL check in cDvbSpuDecoder::setTime() (thanks to Ville Skytt<74>).