diff options
author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2014-10-07 18:59:11 +0300 |
---|---|---|
committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2014-10-07 18:59:11 +0300 |
commit | 6ea75fd4b03ce3a9155781764c9bcf13a637b749 (patch) | |
tree | 186131b62f11f0a4cd43e1dfcdecc6c2812f9162 /indra/llui/lltextutil.h | |
parent | 68e561cf17da0ce32eb16d4999f2315e326f6ee1 (diff) |
MAINT-4548 & MAINT-4557 FIXED build issues
Diffstat (limited to 'indra/llui/lltextutil.h')
-rwxr-xr-x | indra/llui/lltextutil.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/indra/llui/lltextutil.h b/indra/llui/lltextutil.h index 176b4ba071..1be81ffd62 100755 --- a/indra/llui/lltextutil.h +++ b/indra/llui/lltextutil.h @@ -74,25 +74,6 @@ namespace LLTextUtil */ bool processUrlMatch(LLUrlMatch* match, LLTextBase* text_base, bool is_content_trusted); - typedef struct - { - std::string scheme; - std::string host; - std::string port; - std::string path; - std::string query; - std::string fragment; - } Uri; - - /** - * Translates uri's host name and scheme to lowercase - * - * @param[in, out] uri_string string with original uri - * @param[out] uri receives parts of uri - * @return 0 on success, error code otherwise - */ - S32 normalizeUri(std::string& uri_string, Uri * uri = NULL); - class TextHelpers { |