Comment out unused code.

This commit is contained in:
Aleric Inglewood
2012-10-25 02:17:40 +02:00
parent 243db9a3a8
commit 33809f56c5

View File

@@ -567,14 +567,15 @@ LLUUID LLInventoryModel::createNewCategory(const LLUUID& parent_id,
{
//Let's use the new capability.
LLSD request, body;
// LLSD request;
LLSD body;
body["folder_id"] = id;
body["parent_id"] = parent_id;
body["type"] = (LLSD::Integer) preferred_type;
body["name"] = name;
request["message"] = "CreateInventoryCategory";
request["payload"] = body;
// request["message"] = "CreateInventoryCategory";
// request["payload"] = body;
// viewer_region->getCapAPI().post(request);
LLHTTPClient::post4(