diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-04-12 14:34:07 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-04-12 14:34:07 +0300 |
commit | 9194a97e9460fcd3836c8e20399d50a37d4f1807 (patch) | |
tree | 3bfec1491c313fa1a4e5717c2d94403b75a0d242 /indra/newview/llviewerhelputil.h | |
parent | 960d1169f0b73acb001adffc912797cf0f0f1687 (diff) |
Backed out changeset: ce892720a893 (SL-10924)
Diffstat (limited to 'indra/newview/llviewerhelputil.h')
-rw-r--r-- | indra/newview/llviewerhelputil.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llviewerhelputil.h b/indra/newview/llviewerhelputil.h index 8f6d08bec9..d8f08f3f04 100644 --- a/indra/newview/llviewerhelputil.h +++ b/indra/newview/llviewerhelputil.h @@ -34,7 +34,6 @@ class LLOSInfo; class LLViewerHelpUtil { public: - static std::string helpDataEncode( const std::string &component ); static std::string helpURLEncode( const std::string &component ); static std::string buildHelpURL( const std::string &topic ); }; |