diff options
| author | Roxanne Skelly <roxie@lindenlab.com> | 2026-05-14 09:53:38 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-14 09:53:38 -0700 |
| commit | ba9d13be80fe842f79ea604af915fbc4d8454e1f (patch) | |
| tree | 76b0803ca379614e1d5a77a53f37e8e2b3c1775f /indra/newview/llviewerstats.cpp | |
| parent | 28f86aed5394345396689ac1b04a4b49c668bcba (diff) | |
| parent | 0aa4373e355c03d79d1815f9c65fbceb60ead415 (diff) | |
Merge pull request #5800 from secondlife/roxie/remove-vivox
Remove Vivox-related code
Diffstat (limited to 'indra/newview/llviewerstats.cpp')
| -rw-r--r-- | indra/newview/llviewerstats.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llviewerstats.cpp b/indra/newview/llviewerstats.cpp index 5193514fe8..4dcd1cc03a 100644 --- a/indra/newview/llviewerstats.cpp +++ b/indra/newview/llviewerstats.cpp @@ -62,7 +62,6 @@ #include "llsdserialize.h" #include "llsdutil.h" #include "llcorehttputil.h" -#include "llvoicevivox.h" #include "llinventorymodel.h" #include "lluiusage.h" #include "lltranslate.h" @@ -796,8 +795,6 @@ void send_viewer_stats(bool include_preferences) body["ui"] = LLUIUsage::instance().asLLSD(); - body["stats"]["voice"] = LLVoiceVivoxStats::getInstance()->read(); - // Misc stats, two strings and two ints // These are not expecticed to persist across multiple releases // Comment any changes with your name and the expected release revision |
