diff options
author | Merov Linden <merov@lindenlab.com> | 2014-04-18 11:23:06 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-04-18 11:23:06 -0700 |
commit | c52b4e27f2fbeb558eec3ea587fe88f8e5b947dd (patch) | |
tree | b57ad2f4cc5f4b29d82e57499f0a3b045a8cf794 /indra/newview/llmarketplacefunctions.h | |
parent | 8ceed54eea0d91598479356a33fc5a4263338cce (diff) |
DD-11 : Suppress getListingName() method since we actually do not need that to get a listing URL
Diffstat (limited to 'indra/newview/llmarketplacefunctions.h')
-rwxr-xr-x | indra/newview/llmarketplacefunctions.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llmarketplacefunctions.h b/indra/newview/llmarketplacefunctions.h index 2b90dd678f..9485311b66 100755 --- a/indra/newview/llmarketplacefunctions.h +++ b/indra/newview/llmarketplacefunctions.h @@ -158,7 +158,6 @@ public: // Access Marketplace data set : each method returns a default value if the folder_id can't be found bool getActivationState(const LLUUID& folder_id); std::string getListingID(const LLUUID& folder_id); - std::string getListingName(const LLUUID& folder_id); LLUUID getVersionFolderID(const LLUUID& folder_id); std::string getListingURL(const LLUUID& folder_id); |