X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fcore%2Ffunctions.cpp;fp=source%2Fcore%2Ffunctions.cpp;h=6a660dfe396b9387d44a9e3a2cd84e9aa8410589;hb=706c5ba5c35199816446453e6e144200cf79265b;hp=14ba7fca5ffe5f6407e7a3b3fb6da3ac7d0c67cb;hpb=24ef34af54c4a42fcbd65a0ef065bddaaf1bd096;p=anna.git diff --git a/source/core/functions.cpp b/source/core/functions.cpp index 14ba7fc..6a660df 100644 --- a/source/core/functions.cpp +++ b/source/core/functions.cpp @@ -91,11 +91,6 @@ throw() { return string(aux); } -string functions::asString(const unsigned long number) -throw() { - return asString((U64)number); -} - string functions::asString(const S64 number) throw() { char aux [24]; @@ -173,11 +168,6 @@ throw() { return string(aux); } -string functions::asHexString(const long number) -throw() { - return asHexString((S64)number); -} - string functions::asHexString(const S64 number) throw() { char aux [32];