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/llhudview.cpp | |
parent | 74ac1bb4facffccd33faa531b086de051261230f (diff) |
Update to build on Xcode 6.0: remove unused const variables
Diffstat (limited to 'indra/newview/llhudview.cpp')
-rwxr-xr-x | indra/newview/llhudview.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llhudview.cpp b/indra/newview/llhudview.cpp index 9a63e99357..cead4dbce6 100755 --- a/indra/newview/llhudview.cpp +++ b/indra/newview/llhudview.cpp @@ -44,10 +44,6 @@ LLHUDView *gHUDView = NULL; -const S32 HUD_ARROW_SIZE = 32; - - - LLHUDView::LLHUDView(const LLRect& r) { buildFromFile( "panel_hud.xml"); |