diff options
author | andreykproductengine <akleshchev@productengine.com> | 2015-03-04 15:55:23 +0200 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2015-03-04 15:55:23 +0200 |
commit | 04817c499fb1f1fd156b6788b0720d636450b7aa (patch) | |
tree | 3a89e65eb10cd3c9a4f854303d28a0449c77e534 /indra/newview/llfloaterreporter.h | |
parent | 5220b0903ce82c0365a07a92ae98fd54cc923bf1 (diff) |
MAINT-4939 FIXED Remove Abuse Report Pop-Up Dialog
Diffstat (limited to 'indra/newview/llfloaterreporter.h')
-rwxr-xr-x | indra/newview/llfloaterreporter.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/llfloaterreporter.h b/indra/newview/llfloaterreporter.h index d54e7f6ab0..4e0bd14cc2 100755 --- a/indra/newview/llfloaterreporter.h +++ b/indra/newview/llfloaterreporter.h @@ -99,10 +99,7 @@ public: static void uploadDoneCallback(const LLUUID &uuid, void* user_data, S32 result, LLExtStat ext_status); static void addDescription(const std::string& description, LLMeanCollisionData *mcd = NULL); static void setDescription(const std::string& description, LLMeanCollisionData *mcd = NULL); - - // static - static void processRegionInfo(LLMessageSystem* msg); - + void setPickedObjectProperties(const std::string& object_name, const std::string& owner_name, const LLUUID owner_id); private: |