mirror of https://github.com/davisking/dlib.git
Removed a bit of code that didn't actually do anything.
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404009
This commit is contained in:
parent
8af047bf52
commit
58862bb201
|
@ -400,10 +400,7 @@ namespace dlib
|
|||
j_out = jn;
|
||||
}
|
||||
|
||||
if (j_out >= 0 && i_out >= 0)
|
||||
return true;
|
||||
else
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue