diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-04-25 17:09:05 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-04-25 17:09:05 -0400 |
commit | d843a0d8bef5d36d3a4ef838b1b0335b4532147b (patch) | |
tree | 8861ebcde11e00cc7b900de7bd4cef8869730357 /indra/llinventory/llinventory.h | |
parent | e60cb90b632d175690f48b783ece272deff524cd (diff) |
SH-4137 WIP - added callback-based support for purge descendents, remove category
Diffstat (limited to 'indra/llinventory/llinventory.h')
-rw-r--r-- | indra/llinventory/llinventory.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llinventory/llinventory.h b/indra/llinventory/llinventory.h index 99716ed7be..8b865f044d 100644 --- a/indra/llinventory/llinventory.h +++ b/indra/llinventory/llinventory.h @@ -101,7 +101,6 @@ public: virtual BOOL importLegacyStream(std::istream& input_stream); virtual BOOL exportLegacyStream(std::ostream& output_stream, BOOL include_asset_key = TRUE) const; - virtual void removeFromServer(); virtual void updateParentOnServer(BOOL) const; virtual void updateServer(BOOL) const; |