summaryrefslogtreecommitdiff
path: root/indra/llinventory
diff options
context:
space:
mode:
authorBryan O'Sullivan <bos@lindenlab.com>2009-08-31 15:09:13 -0700
committerBryan O'Sullivan <bos@lindenlab.com>2009-08-31 15:09:13 -0700
commitf4f02f0f34d5a26472ea4a6c681a380a2174d1bd (patch)
treea9702ab41b541c85e7d2653fb562f743b5c5117e /indra/llinventory
parent30ff6cabd61f2f083df5df1e6e70cc94742af477 (diff)
Fix up some post-merge breakage.
Diffstat (limited to 'indra/llinventory')
-rw-r--r--indra/llinventory/llinventory.h4
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);