Commit 58862bb2 authored by Davis King's avatar Davis King

Removed a bit of code that didn't actually do anything.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404009
parent 8af047bf
...@@ -400,10 +400,7 @@ namespace dlib ...@@ -400,10 +400,7 @@ namespace dlib
j_out = jn; j_out = jn;
} }
if (j_out >= 0 && i_out >= 0)
return true; return true;
else
return false;
} }
// ------------------------------------------------------------------------------------ // ------------------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment