diff options
author | Merov Linden <merov@lindenlab.com> | 2014-04-09 14:19:38 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-04-09 14:19:38 -0700 |
commit | 748bbeaf982c456b120d4b3f4d33aa6dce576908 (patch) | |
tree | 3946515a9056b7e7809192c1fdcf50cbf39cba80 /indra/newview/llmarketplacefunctions.h | |
parent | 9b52f19a68eb9ff3e88c9d45c2d799be6eccf44e (diff) |
DD-13 : Clean up Associate/Disassociate listing. Also clarify the update folder code in marketplace
Diffstat (limited to 'indra/newview/llmarketplacefunctions.h')
-rwxr-xr-x | indra/newview/llmarketplacefunctions.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llmarketplacefunctions.h b/indra/newview/llmarketplacefunctions.h index d76072da1f..0b1066a558 100755 --- a/indra/newview/llmarketplacefunctions.h +++ b/indra/newview/llmarketplacefunctions.h @@ -165,11 +165,6 @@ public: bool setVersionFolderID(const LLUUID& folder_id, const LLUUID& version_id); bool setActivation(const LLUUID& folder_id, bool activate); - // Merov : DD Development : methods to populate the items list with something usefull using - // inventory IDs and some pseudo random code so we can play with the UI... - void addTestItem(const LLUUID& folder_id); - void addTestItem(const LLUUID& folder_id, const LLUUID& version_id); - private: marketplace_items_list_t mMarketplaceItems; }; |