diff options
author | Loren Shih <seraph@lindenlab.com> | 2009-12-03 21:32:03 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2009-12-03 21:32:03 -0500 |
commit | 71cd24b4799f8bc0bed2665cca103c39fec3a965 (patch) | |
tree | b9bec2842abe285c83a21d95ff581578505d18bb /indra/newview/llinventorybridge.h | |
parent | 0f2f846a12936991f0434d5aac50c850d76ce2a4 (diff) |
EXT-3124 : Add lookup for finding all linked items to an item
Added ability to filter by UUID. Work in progress.
--HG--
branch : avatar-pipeline
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rw-r--r-- | indra/newview/llinventorybridge.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h index 67dfc5b6f9..63be9dcdb8 100644 --- a/indra/newview/llinventorybridge.h +++ b/indra/newview/llinventorybridge.h @@ -154,7 +154,6 @@ public: virtual std::string getLabelSuffix() const { return LLStringUtil::null; } virtual void openItem() {} virtual void closeItem() {} - virtual void gotoItem(LLFolderView *folder) {} // for links virtual void previewItem() {openItem();} virtual void showProperties(); virtual BOOL isItemRenameable() const { return TRUE; } @@ -241,7 +240,6 @@ public: virtual void restoreItem(); virtual void restoreToWorld(); virtual void gotoItem(LLFolderView *folder); - virtual LLUIImagePtr getIcon() const; virtual const std::string& getDisplayName() const; virtual std::string getLabelSuffix() const; |