Fixed a couple of shameful things, thanks to Fractured for pointing out

This commit is contained in:
Siana Gearz
2011-06-21 01:04:50 +02:00
parent 839418991e
commit 04e41002c5
3 changed files with 26 additions and 38 deletions

View File

@@ -648,11 +648,6 @@ public:
*/
void send_stats()
{
if(gSavedSettings.controlExists("SingularityDontSendViewerStats") &&
gSavedSettings.getBOOL("SingularityDontSendViewerStats"))
{
return;
}
// IW 9/23/02 I elected not to move this into LLViewerStats
// because it depends on too many viewer.cpp globals.
// Someday we may want to merge all our stats into a central place