mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-10 20:25:06 +01:00
Removed traces of enable_telemetry
setting
This commit is contained in:
parent
0cc7cb4e9d
commit
0a461898cb
@ -97,9 +97,6 @@ TelemetrySession::~TelemetrySession() {
|
|||||||
|
|
||||||
// Complete the session, submitting to the web service backend if necessary
|
// Complete the session, submitting to the web service backend if necessary
|
||||||
field_collection.Accept(*backend);
|
field_collection.Accept(*backend);
|
||||||
if (NetSettings::values.enable_telemetry) {
|
|
||||||
backend->Complete();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void TelemetrySession::AddInitialInfo(Loader::AppLoader& app_loader) {
|
void TelemetrySession::AddInitialInfo(Loader::AppLoader& app_loader) {
|
||||||
|
@ -10,7 +10,6 @@ namespace NetSettings {
|
|||||||
|
|
||||||
struct Values {
|
struct Values {
|
||||||
// WebService
|
// WebService
|
||||||
bool enable_telemetry;
|
|
||||||
std::string web_api_url;
|
std::string web_api_url;
|
||||||
std::string citra_username;
|
std::string citra_username;
|
||||||
std::string citra_token;
|
std::string citra_token;
|
||||||
|
Loading…
Reference in New Issue
Block a user