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/llfasttimerview.cpp | |
| parent | 2b93f505a03a2d0662c97cb6466ac0aae2187571 (diff) | |
Update to build on Xcode 6.0: collection of removal of unused variables [-Wunused-variable]
Diffstat (limited to 'indra/newview/llfasttimerview.cpp')
| -rwxr-xr-x | indra/newview/llfasttimerview.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfasttimerview.cpp b/indra/newview/llfasttimerview.cpp index 76c37439ab..b618bdff2c 100755 --- a/indra/newview/llfasttimerview.cpp +++ b/indra/newview/llfasttimerview.cpp @@ -361,7 +361,6 @@ BOOL LLFastTimerView::handleScrollWheel(S32 x, S32 y, S32 clicks) static BlockTimerStatHandle FTM_RENDER_TIMER("Timers"); static const S32 MARGIN = 10; -static const S32 LEGEND_WIDTH = 220; static std::vector<LLColor4> sTimerColors; |
