• Ulrich Sibiller's avatar
    NXpicture.c: remove unneccessary check · 5871100d
    Ulrich Sibiller authored
    Code can only be reached if pPicture is non-NULL. Besides, pPicture
    will be accessed later anyway, regardless of this check.
    
    Finding of PVS Studio: "V547 Expression 'pPicture != NULL' is always true."
    5871100d
NXpicture.c 19.5 KB