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. //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(