mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-13 13:35:14 +01:00
core/core: Remove the global telemetry accessor function
With all usages converted off of it, this function can be removed.
This commit is contained in:
parent
65572a0fb8
commit
dbc3c8e9bb
@ -295,8 +295,4 @@ inline AudioCore::DspInterface& DSP() {
|
|||||||
return System::GetInstance().DSP();
|
return System::GetInstance().DSP();
|
||||||
}
|
}
|
||||||
|
|
||||||
inline TelemetrySession& Telemetry() {
|
|
||||||
return System::GetInstance().TelemetrySession();
|
|
||||||
}
|
|
||||||
|
|
||||||
} // namespace Core
|
} // namespace Core
|
||||||
|
Loading…
Reference in New Issue
Block a user