diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-02-27 10:45:50 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-02-27 10:45:50 -0500 |
commit | a07127ee7caf4ccdd4137fbecf79b4650decb0c2 (patch) | |
tree | 527c28465059dafc82bf9fbf0dff340287476ce8 /indra/newview/llappearancemgr.h | |
parent | 43aac9ad1d303b24432623e253f568fd82b77a2a (diff) |
DRTVWR-397 - removed duplicate function
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rwxr-xr-x | indra/newview/llappearancemgr.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h index 3799c89757..e6094d4b53 100755 --- a/indra/newview/llappearancemgr.h +++ b/indra/newview/llappearancemgr.h @@ -275,11 +275,6 @@ public: BOOL getIsInCOF(const LLUUID& obj_id) const; // Is this in the COF and can the user delete it from the COF? BOOL getIsProtectedCOFItem(const LLUUID& obj_id) const; - - /** - * Checks if COF contains link to specified object. - */ - static bool isLinkInCOF(const LLUUID& obj_id); }; class LLUpdateAppearanceOnDestroy: public LLInventoryCallback |