diff options
| author | callum_linden <none@none> | 2014-10-17 16:52:32 -0700 |
|---|---|---|
| committer | callum_linden <none@none> | 2014-10-17 16:52:32 -0700 |
| commit | 7359e9300a8188f453e7cff39af2cac3dd8831ee (patch) | |
| tree | ea03685c9036da2001b6b8eb9c472bfab64c9592 /indra/llui/llmenugl.cpp | |
| parent | f7e4c27add56952a7d2d0fb475e439922640825e (diff) | |
Update to build on Xcode 6.0: collection of removal of unused const variables [-Wunused-const-variable]
Diffstat (limited to 'indra/llui/llmenugl.cpp')
| -rwxr-xr-x | indra/llui/llmenugl.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/llui/llmenugl.cpp b/indra/llui/llmenugl.cpp index 604dc92789..8ef2b4ef5b 100755 --- a/indra/llui/llmenugl.cpp +++ b/indra/llui/llmenugl.cpp @@ -100,17 +100,10 @@ const std::string LLMenuGL::ARROW_DOWN("vvvvvvv"); const F32 MAX_MOUSE_SLOPE_SUB_MENU = 0.9f; -const S32 PIE_GESTURE_ACTIVATE_DISTANCE = 10; - BOOL LLMenuGL::sKeyboardMode = FALSE; LLHandle<LLView> LLMenuHolderGL::sItemLastSelectedHandle; LLFrameTimer LLMenuHolderGL::sItemActivationTimer; -//LLColor4 LLMenuGL::sBackgroundColor( 0.8f, 0.8f, 0.0f, 1.0f ); - -const S32 PIE_CENTER_SIZE = 20; // pixels, radius of center hole -const F32 PIE_SCALE_FACTOR = 1.7f; // scale factor for pie menu when mouse is initially down -const F32 PIE_SHRINK_TIME = 0.2f; // time of transition between unbounded and bounded display of pie menu const F32 ACTIVATE_HIGHLIGHT_TIME = 0.3f; |
