diff options
author | callum_linden <none@none> | 2014-10-18 11:56:23 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2014-10-18 11:56:23 -0700 |
commit | bdce32a02b34e42ab2f145af5f8beb54f4e2b534 (patch) | |
tree | 3ada83c124c31712737f1215ed632cfbc85dea98 /indra/newview/llfloaterbuyland.cpp | |
parent | 2b93f505a03a2d0662c97cb6466ac0aae2187571 (diff) |
Update to build on Xcode 6.0: collection of removal of unused variables [-Wunused-variable]
Diffstat (limited to 'indra/newview/llfloaterbuyland.cpp')
-rwxr-xr-x | indra/newview/llfloaterbuyland.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llfloaterbuyland.cpp b/indra/newview/llfloaterbuyland.cpp index 060c091737..8d4868d0d3 100755 --- a/indra/newview/llfloaterbuyland.cpp +++ b/indra/newview/llfloaterbuyland.cpp @@ -65,9 +65,6 @@ // NOTE: This is duplicated in lldatamoney.cpp ... const F32 GROUP_LAND_BONUS_FACTOR = 1.1f; -const F64 CURRENCY_ESTIMATE_FREQUENCY = 0.5; - // how long of a pause in typing a currency buy amount before an - // estimate is fetched from the server class LLFloaterBuyLandUI : public LLFloater |