Remove telemetry reporting functions from CubebUtils

Tag #21.
This commit is contained in:
wolfbeast 2018-10-01 13:23:56 +02:00 committed by Roy Tam
commit 606356d1f9
4 changed files with 0 additions and 40 deletions

View file

@ -35,8 +35,6 @@ double GetVolumeScale();
bool GetFirstStream();
cubeb* GetCubebContext();
cubeb* GetCubebContextUnlocked();
void ReportCubebStreamInitFailure(bool aIsFirstStream);
void ReportCubebBackendUsed();
uint32_t GetCubebPlaybackLatencyInMilliseconds();
Maybe<uint32_t> GetCubebMSGLatencyInFrames();
bool CubebLatencyPrefSet();