facedetect: Redundancy exists in code.
authorvanechipi <vchipirras6@gmail.com>
Mon, 10 Aug 2015 17:02:10 +0000 (19:02 +0200)
committerLuis de Bethencourt <luis@debethencourt.com>
Tue, 11 Aug 2015 10:13:23 +0000 (11:13 +0100)
commit73bc2cf7b05e026bef776e0ccb843e98b008c72d
treee2a760912adf2e6e2cf16edb68b09d3ab45ef8e0
parent9720c07f237ca6f2e4f45bf48b5ac5367e9b211e
facedetect: Redundancy exists in code.

Checking the vector is not empty and checking the vector size is greater
than zero are the same thing, this is a redundancy in the code. Only
checking the vector is not empty is sufficient, therefore removing the
other check.
ext/opencv/gstfacedetect.cpp