diff options
author | Seth ProductEngine <slitovchuk@productengine.com> | 2011-09-02 20:08:12 +0300 |
---|---|---|
committer | Seth ProductEngine <slitovchuk@productengine.com> | 2011-09-02 20:08:12 +0300 |
commit | 97c6672634b4c6620ebc320ec05758fc2ea99288 (patch) | |
tree | dd6e3b9c8df9be64e9386cf3652f6a7e381ccd7f | |
parent | 822d521e46d70359985e4d6e8ccb34766492a980 (diff) |
SH-2171 Commented-out code cleanup.
-rw-r--r-- | indra/newview/llaccountingcostmanager.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llaccountingcostmanager.cpp b/indra/newview/llaccountingcostmanager.cpp index 3717344aef..8767955fcb 100644 --- a/indra/newview/llaccountingcostmanager.cpp +++ b/indra/newview/llaccountingcostmanager.cpp @@ -81,9 +81,6 @@ public: F32 networkCost = 0.0f; F32 simulationCost = 0.0f; - //LLTransactionID transactionID; - - //transactionID = content["selected"][i]["local_id"].asUUID(); physicsCost = content["selected"]["physics"].asReal(); networkCost = content["selected"]["streaming"].asReal(); simulationCost = content["selected"]["simulation"].asReal(); |