diff --git a/HandheldCompanion/Devices/Lenovo/LegionGo.cs b/HandheldCompanion/Devices/Lenovo/LegionGo.cs index 87e4cebc6..d968a14ca 100644 --- a/HandheldCompanion/Devices/Lenovo/LegionGo.cs +++ b/HandheldCompanion/Devices/Lenovo/LegionGo.cs @@ -224,12 +224,6 @@ public LegionGo() DefaultLayout.ButtonLayout[ButtonFlags.B8] = new List() { new MouseActions { MouseType = MouseActionsType.ScrollDown } }; SettingsManager.SettingValueChanged += SettingsManager_SettingValueChanged; - UpdateSettings(); - - /* - Task task = Task.Run(async () => await GetFanFullSpeedAsync()); - bool FanFullSpeed = task.Result; - */ } private void PowerProfileManager_Applied(PowerProfile profile, UpdateSource source) @@ -443,11 +437,6 @@ public override string GetGlyph(ButtonFlags button) return defaultGlyph; } - protected void UpdateSettings() - { - SetBatteryChargeLimit(SettingsManager.GetBoolean("LegionBatteryChargeLimit")); - } - private void SettingsManager_SettingValueChanged(string name, object value) { switch (name)