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:
Davis King 2010-12-22 20:31:38 +00:00
parent 8af047bf52
commit 58862bb201
1 changed files with 1 additions and 4 deletions

View File

@ -400,10 +400,7 @@ namespace dlib
j_out = jn;
}
if (j_out >= 0 && i_out >= 0)
return true;
else
return false;
return true;
}
// ------------------------------------------------------------------------------------