1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-03-14 07:41:32 +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:
Lioncash 2019-03-02 15:22:14 -05:00 committed by fearlessTobi
parent 65572a0fb8
commit dbc3c8e9bb

View file

@ -295,8 +295,4 @@ inline AudioCore::DspInterface& DSP() {
return System::GetInstance().DSP();
}
inline TelemetrySession& Telemetry() {
return System::GetInstance().TelemetrySession();
}
} // namespace Core