diff options
author | callum_linden <none@none> | 2014-10-19 15:28:52 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2014-10-19 15:28:52 -0700 |
commit | 202a2c4daa98b959e19f1aaa99709e546e05cf30 (patch) | |
tree | c0327575fedb85a1c321f542ed977c9d1e5e9e9a /indra/newview/llinventorymodelbackgroundfetch.cpp | |
parent | 74ac1bb4facffccd33faa531b086de051261230f (diff) |
Update to build on Xcode 6.0: remove unused const variables
Diffstat (limited to 'indra/newview/llinventorymodelbackgroundfetch.cpp')
-rwxr-xr-x | indra/newview/llinventorymodelbackgroundfetch.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llinventorymodelbackgroundfetch.cpp b/indra/newview/llinventorymodelbackgroundfetch.cpp index 2de37b0790..9e56860c2b 100755 --- a/indra/newview/llinventorymodelbackgroundfetch.cpp +++ b/indra/newview/llinventorymodelbackgroundfetch.cpp @@ -38,7 +38,6 @@ #include "llviewerregion.h" #include "llviewerwindow.h" -const F32 MAX_TIME_FOR_SINGLE_FETCH = 10.f; const S32 MAX_FETCH_RETRIES = 10; LLInventoryModelBackgroundFetch::LLInventoryModelBackgroundFetch() : |