Removed traces of enable_telemetry setting

This commit is contained in:
OpenSauce04 2024-04-12 23:31:47 +01:00
parent 0cc7cb4e9d
commit 0a461898cb
2 changed files with 0 additions and 4 deletions

View File

@ -97,9 +97,6 @@ TelemetrySession::~TelemetrySession() {
// Complete the session, submitting to the web service backend if necessary
field_collection.Accept(*backend);
if (NetSettings::values.enable_telemetry) {
backend->Complete();
}
}
void TelemetrySession::AddInitialInfo(Loader::AppLoader& app_loader) {

View File

@ -10,7 +10,6 @@ namespace NetSettings {
struct Values {
// WebService
bool enable_telemetry;
std::string web_api_url;
std::string citra_username;
std::string citra_token;