Commit a512b0fe7a8d9db0e5aa9c0a4db1e92cb861722d

Ben Wagner 2015-12-14T09:19:52

[bdf] Remove dead code (#46625). The BDF specification only allows decimal numbers, no octal or hexidecimal decoding is needed. * src/bdf/bdflib.c (_bdf_atoul, _bdf_atol, _bdf_atous, _bdf_atos): Remove unused code and parameters. Update all callers. (odigits): Remove.