Skip to content

Commit 28d146a

Browse files
committed
Remove redundant code
1 parent 02d308e commit 28d146a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

launcher/OptionsGraphicsDlg.cpp

-10
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@ BOOL OptionsGraphicsDlg::OnInitDialog()
1616
// Attach controls
1717
AttachItem(IDC_MSAA_COMBO, m_msaa_combo);
1818

19-
// Graphics
20-
UpdateMsaaCombo();
21-
UpdateAnisotropyCheckbox();
22-
CheckDlgButton(IDC_FAST_ANIMS_CHECK, m_conf.fast_anims ? BST_CHECKED : BST_UNCHECKED);
23-
CheckDlgButton(IDC_DISABLE_LOD_CHECK, m_conf.disable_lod_models ? BST_CHECKED : BST_UNCHECKED);
24-
CheckDlgButton(IDC_HIGH_SCANNER_RES_CHECK, m_conf.high_scanner_res ? BST_CHECKED : BST_UNCHECKED);
25-
CheckDlgButton(IDC_HIGH_MON_RES_CHECK, m_conf.high_monitor_res ? BST_CHECKED : BST_UNCHECKED);
26-
CheckDlgButton(IDC_TRUE_COLOR_TEXTURES_CHECK, m_conf.true_color_textures ? BST_CHECKED : BST_UNCHECKED);
27-
CheckDlgButton(IDC_MESH_STATIC_LIGHTING_CHECK, m_conf.mesh_static_lighting ? BST_CHECKED : BST_UNCHECKED);
28-
2919
InitToolTip();
3020

3121
UpdateMsaaCombo();

0 commit comments

Comments
 (0)