X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fcore%2Ffunctions.cpp;h=6a660dfe396b9387d44a9e3a2cd84e9aa8410589;hb=84c30c372cf2926a138a6d51a52d56f3b2a63804;hp=14ba7fca5ffe5f6407e7a3b3fb6da3ac7d0c67cb;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;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];