summaryrefslogtreecommitdiff
path: root/indra/newview/llpostcard.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2017-02-24 14:20:48 -0500
committerOz Linden <oz@lindenlab.com>2017-02-24 14:20:48 -0500
commit94c2ebdea4cd9f9189d491baafe5aa08a8cfb7df (patch)
tree7f1dc7717a5771294f6c99395dc1a2754982cb52 /indra/newview/llpostcard.h
parent080744d8990e6b18a80858803a20a5ec87020d82 (diff)
MAINT-7156: do not use the server-supplied agent email when sending a postcard because it is obfuscated and not needed
Diffstat (limited to 'indra/newview/llpostcard.h')
-rw-r--r--indra/newview/llpostcard.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llpostcard.h b/indra/newview/llpostcard.h
index 24157be636..1e932ae03f 100644
--- a/indra/newview/llpostcard.h
+++ b/indra/newview/llpostcard.h
@@ -53,13 +53,12 @@ private:
class LLPostcardUploadInfo : public LLBufferedAssetUploadInfo
{
public:
- LLPostcardUploadInfo(std::string emailFrom, std::string nameFrom, std::string emailTo,
+ LLPostcardUploadInfo(std::string nameFrom, std::string emailTo,
std::string subject, std::string message, LLVector3d globalPosition,
LLPointer<LLImageFormatted> image, invnUploadFinish_f finish);
virtual LLSD generatePostBody();
private:
- std::string mEmailFrom;
std::string mNameFrom;
std::string mEmailTo;
std::string mSubject;