Bit of cleanup
More cleanup and updates to llcommon Removed legacy code and files
This commit is contained in:
@@ -62,9 +62,6 @@
|
||||
#include "llviewernetwork.h"
|
||||
#include "llmeshrepository.h" //for LLMeshRepository::sBytesReceived
|
||||
#include "sgmemstat.h"
|
||||
#if LL_LCD_COMPILE
|
||||
#include "lllcd.h"
|
||||
#endif
|
||||
|
||||
|
||||
class StatAttributes
|
||||
@@ -201,10 +198,7 @@ const StatAttributes STAT_INFO[LLViewerStats::ST_COUNT] =
|
||||
// ST_TEX_BAKES
|
||||
StatAttributes("Texture Bakes", FALSE, FALSE),
|
||||
// ST_TEX_REBAKES
|
||||
StatAttributes("Texture Rebakes", FALSE, FALSE),
|
||||
|
||||
// ST_LOGITECH_KEYBOARD
|
||||
StatAttributes("Logitech LCD", FALSE, FALSE)
|
||||
StatAttributes("Texture Rebakes", FALSE, FALSE)
|
||||
|
||||
};
|
||||
|
||||
@@ -699,14 +693,6 @@ void update_statistics(U32 frame_count)
|
||||
mem_stats_timer.reset();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#if LL_LCD_COMPILE
|
||||
bool LCDenabled = gLcdScreen->Enabled();
|
||||
LLViewerStats::getInstance()->setStat(LLViewerStats::ST_LOGITECH_LCD, LCDenabled);
|
||||
#else
|
||||
LLViewerStats::getInstance()->setStat(LLViewerStats::ST_LOGITECH_LCD, false);
|
||||
#endif
|
||||
}
|
||||
|
||||
class ViewerStatsResponder : public LLHTTPClient::Responder
|
||||
|
||||
Reference in New Issue
Block a user