diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-04-10 15:34:23 +0300 | 
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-04-10 15:34:23 +0300 | 
| commit | f96fb4fe4e8f7e72607862d10c5212f2108bec88 (patch) | |
| tree | cd50620e2a62e65e7bf755105b31c77ef02c7b05 /indra/newview | |
| parent | b1bf8443b2a8340d0d873e8b6b82ba22a8019a36 (diff) | |
SL-12999 Removed unused variables
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llpanelnearbymedia.cpp | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/indra/newview/llpanelnearbymedia.cpp b/indra/newview/llpanelnearbymedia.cpp index a8887eb936..02911313ed 100644 --- a/indra/newview/llpanelnearbymedia.cpp +++ b/indra/newview/llpanelnearbymedia.cpp @@ -66,9 +66,6 @@ extern LLControlGroup gSavedSettings;  static const LLUUID PARCEL_MEDIA_LIST_ITEM_UUID = LLUUID("CAB5920F-E484-4233-8621-384CF373A321");  static const LLUUID PARCEL_AUDIO_LIST_ITEM_UUID = LLUUID("DF4B020D-8A24-4B95-AB5D-CA970D694822"); -const F32 AUTO_CLOSE_FADE_TIME_START= 2.0f; -const F32 AUTO_CLOSE_FADE_TIME_END = 3.0f; -  //  // LLPanelNearByMedia  // | 
