Skip to content

Commit

Permalink
Delete useless lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
jief666 committed Jul 2, 2021
1 parent d2e652b commit e6617e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rEFIt_UEFI/Settings/ConfigManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -740,9 +740,6 @@ void ConfigManager::applySettings() const

}
//gSettings.CPU.Turbo = gCPUStructure.Turbo;
if (configPlist.CPU.dgetSavingMode() != 0xFF) { //means not set
gSettings.CPU.SavingMode = configPlist.CPU.dgetSavingMode();
}
if ( gCPUStructure.Model >= CPU_MODEL_SKYLAKE_D )
{
if ( !configPlist.CPU.getUseARTFreq().isDefined() )
Expand Down

0 comments on commit e6617e3

Please sign in to comment.