Comment out unused code.
This commit is contained in:
@@ -567,14 +567,15 @@ LLUUID LLInventoryModel::createNewCategory(const LLUUID& parent_id,
|
|||||||
{
|
{
|
||||||
//Let's use the new capability.
|
//Let's use the new capability.
|
||||||
|
|
||||||
LLSD request, body;
|
// LLSD request;
|
||||||
|
LLSD body;
|
||||||
body["folder_id"] = id;
|
body["folder_id"] = id;
|
||||||
body["parent_id"] = parent_id;
|
body["parent_id"] = parent_id;
|
||||||
body["type"] = (LLSD::Integer) preferred_type;
|
body["type"] = (LLSD::Integer) preferred_type;
|
||||||
body["name"] = name;
|
body["name"] = name;
|
||||||
|
|
||||||
request["message"] = "CreateInventoryCategory";
|
// request["message"] = "CreateInventoryCategory";
|
||||||
request["payload"] = body;
|
// request["payload"] = body;
|
||||||
|
|
||||||
// viewer_region->getCapAPI().post(request);
|
// viewer_region->getCapAPI().post(request);
|
||||||
LLHTTPClient::post4(
|
LLHTTPClient::post4(
|
||||||
|
|||||||
Reference in New Issue
Block a user