diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-03-15 03:29:03 +0200 |
---|---|---|
committer | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2023-03-15 20:18:38 +0200 |
commit | 83811ff846d9c046e694708c209a6d4dc0bb45a3 (patch) | |
tree | 43ff969c5faa9a67add215bb71133de7390d7dd1 /indra/newview/llaisapi.h | |
parent | ac145cb21f382b8eab9f770cecfa23ea9d58aac6 (diff) |
SL-18629 WIP Fetch Inventory using AIS caps #2
Diffstat (limited to 'indra/newview/llaisapi.h')
-rw-r--r-- | indra/newview/llaisapi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llaisapi.h b/indra/newview/llaisapi.h index 3de3366a0e..58f6a17650 100644 --- a/indra/newview/llaisapi.h +++ b/indra/newview/llaisapi.h @@ -75,7 +75,6 @@ private: FETCHITEM, FETCHCATEGORYCHILDREN, FETCHCATEGORYCATEGORIES, - FETCHCOF, } COMMAND_TYPE; static const std::string INVENTORY_CAP_NAME; |