diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-11-05 20:20:46 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-11-05 21:01:45 +0200 |
commit | b6c7eee50561b61842252ba3692362ed362e3fae (patch) | |
tree | 939b0d9ca329e5258842c0646f8c98b9e32fbab9 /indra/llui/lltextutil.h | |
parent | 6f99c42e93ed5a8370ef25f29212f596c89724c6 (diff) |
SL-16320 Remove references to AvaLine from the viewer
Diffstat (limited to 'indra/llui/lltextutil.h')
-rw-r--r-- | indra/llui/lltextutil.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/indra/llui/lltextutil.h b/indra/llui/lltextutil.h index a9c143e445..1adc3516f7 100644 --- a/indra/llui/lltextutil.h +++ b/indra/llui/lltextutil.h @@ -59,18 +59,6 @@ namespace LLTextUtil const std::string& greyed); /** - * Formats passed phone number to be more human readable. - * - * It just divides the number on parts by two digits from right to left. The first left part - * can have 2 or 3 digits, i.e. +44-33-33-44-55-66 or 12-34-56-78-90. Separator is set in - * application settings (AvalinePhoneSeparator) - * - * @param[in] phone_str string with original phone number - * @return reference to string with formatted phone number - */ - const std::string& formatPhoneNumber(const std::string& phone_str); - - /** * Adds icon before url if need. * * @param[in] match an object with results of matching |