diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llpanelprofileclassifieds.cpp | 7 | 
1 files changed, 0 insertions, 7 deletions
| diff --git a/indra/newview/llpanelprofileclassifieds.cpp b/indra/newview/llpanelprofileclassifieds.cpp index 3920dd82c8..62829b0745 100644 --- a/indra/newview/llpanelprofileclassifieds.cpp +++ b/indra/newview/llpanelprofileclassifieds.cpp @@ -78,13 +78,6 @@ class LLClassifiedHandler : public LLCommandHandler, public LLAvatarPropertiesOb  public:      // throttle calls from untrusted browsers      LLClassifiedHandler() : LLCommandHandler("classified", UNTRUSTED_THROTTLE) {} -    virtual ~LLClassifiedHandler() -    { -        if (LLAvatarPropertiesProcessor::instanceExists()) -        { -            LLAvatarPropertiesProcessor::getInstance()->removeObserver(LLUUID(), this); -        } -    }      std::set<LLUUID> mClassifiedIds;      std::string mRequestVerb; | 
