diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-04-25 03:38:26 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-04-25 04:26:38 +0300 |
commit | 154ab03bf8a5dacc3128718d1f15160f0cbe2b33 (patch) | |
tree | e7e564a2e7dc27619cf98ca56f3e957d2ed4dd70 /indra/newview/llinventorymodelbackgroundfetch.h | |
parent | 9c2b0c709b3d1cf1a9243853a8df7089e2494057 (diff) |
SL-19533 Special COF handling #2
Diffstat (limited to 'indra/newview/llinventorymodelbackgroundfetch.h')
-rw-r--r-- | indra/newview/llinventorymodelbackgroundfetch.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/newview/llinventorymodelbackgroundfetch.h b/indra/newview/llinventorymodelbackgroundfetch.h index db2d6db323..363d04486d 100644 --- a/indra/newview/llinventorymodelbackgroundfetch.h +++ b/indra/newview/llinventorymodelbackgroundfetch.h @@ -64,9 +64,8 @@ public: bool inventoryFetchCompleted() const; bool inventoryFetchInProgress() const; - void findLostItems(); - void fetchCOF(); - void incrFetchCount(S32 fetching); + void findLostItems(); + void incrFetchCount(S32 fetching); void incrFetchFolderCount(S32 fetching); bool isBulkFetchProcessingComplete() const; |