diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-04-26 09:24:43 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-04-26 09:24:43 -0400 |
commit | aac6472566675b9c50aee6beb15739db94c6e404 (patch) | |
tree | 581fd6bdb92262126d5c40808e1aab8376d1a286 /indra/llinventory/llinventory.cpp | |
parent | f35a229281c1b9dbec1f6f939e97344ed86d5429 (diff) | |
parent | d843a0d8bef5d36d3a4ef838b1b0335b4532147b (diff) |
merge
Diffstat (limited to 'indra/llinventory/llinventory.cpp')
-rw-r--r-- | indra/llinventory/llinventory.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/llinventory/llinventory.cpp b/indra/llinventory/llinventory.cpp index 41d58c6deb..a4cd8333cf 100644 --- a/indra/llinventory/llinventory.cpp +++ b/indra/llinventory/llinventory.cpp @@ -249,13 +249,6 @@ BOOL LLInventoryObject::exportLegacyStream(std::ostream& output_stream, BOOL) co return TRUE; } - -void LLInventoryObject::removeFromServer() -{ - // don't do nothin' - llwarns << "LLInventoryObject::removeFromServer() called. Doesn't do anything." << llendl; -} - void LLInventoryObject::updateParentOnServer(BOOL) const { // don't do nothin' |