diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-11-07 23:58:44 +0200 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-11-07 23:58:44 +0200 |
commit | db955093c9bf6275223538816a2302ce91ef6e9b (patch) | |
tree | a042477cbdec20fef5dccdc58c5c0be838dee6b8 /indra/newview/llpostcard.cpp | |
parent | 438e0f02f98ea93ed172d970de3d168bc7dcd687 (diff) |
STORM-1691 WIP Visual fixes in the Postcard panel.
Diffstat (limited to 'indra/newview/llpostcard.cpp')
-rw-r--r-- | indra/newview/llpostcard.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llpostcard.cpp b/indra/newview/llpostcard.cpp index 5f57f3a856..4f2d6da7e5 100644 --- a/indra/newview/llpostcard.cpp +++ b/indra/newview/llpostcard.cpp @@ -116,13 +116,8 @@ LLPostCard::result_callback_t LLPostCard::mResultCallback; // static void LLPostCard::send(LLPointer<LLImageFormatted> image, const LLSD& postcard_data) { -#if 0 - static LLTransactionID transaction_id; - static LLAssetID asset_id; -#else LLTransactionID transaction_id; LLAssetID asset_id; -#endif transaction_id.generate(); asset_id = transaction_id.makeAssetID(gAgent.getSecureSessionID()); |