diff options
author | Bryan O'Sullivan <bos@lindenlab.com> | 2009-08-31 15:09:13 -0700 |
---|---|---|
committer | Bryan O'Sullivan <bos@lindenlab.com> | 2009-08-31 15:09:13 -0700 |
commit | f4f02f0f34d5a26472ea4a6c681a380a2174d1bd (patch) | |
tree | a9702ab41b541c85e7d2653fb562f743b5c5117e /indra/llinventory | |
parent | 30ff6cabd61f2f083df5df1e6e70cc94742af477 (diff) |
Fix up some post-merge breakage.
Diffstat (limited to 'indra/llinventory')
-rw-r--r-- | indra/llinventory/llinventory.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llinventory/llinventory.h b/indra/llinventory/llinventory.h index b953e91309..32f19d6be5 100644 --- a/indra/llinventory/llinventory.h +++ b/indra/llinventory/llinventory.h @@ -96,10 +96,6 @@ public: virtual const std::string& getName() const; virtual LLAssetType::EType getType() const; LLAssetType::EType getActualType() const; // bypasses indirection for linked items - - virtual const std::string& getName() const; - virtual LLAssetType::EType getType() const; - LLAssetType::EType getActualType() const; // bypasses indirection for linked items BOOL getIsLinkType() const; // mutators - will not call updateServer(); void setUUID(const LLUUID& new_uuid); |