Skip to content
Snippets Groups Projects
Commit 412c0010 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Trivial cleanup

parent 2f2e8e99
No related branches found
No related tags found
No related merge requests found
...@@ -44,8 +44,6 @@ class LLFriendCardsManager final ...@@ -44,8 +44,6 @@ class LLFriendCardsManager final
friend class CreateFriendCardCallback; friend class CreateFriendCardCallback;
public: public:
typedef std::map<LLUUID, uuid_vec_t > folderid_buddies_map_t;
enum EManagerState enum EManagerState
{ {
INIT = 1, INIT = 1,
......
...@@ -1173,7 +1173,7 @@ void LLGestureMgr::onLoadComplete(const LLUUID& asset_uuid, ...@@ -1173,7 +1173,7 @@ void LLGestureMgr::onLoadComplete(const LLUUID& asset_uuid,
LL_WARNS() << "Problem loading gesture: " << status << LL_ENDL; LL_WARNS() << "Problem loading gesture: " << status << LL_ENDL;
LLGestureMgr::instance().mActive.erase(item_id); self.mActive.erase(item_id);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment