File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,6 @@ BOOL OptionsGraphicsDlg::OnInitDialog()
16
16
// Attach controls
17
17
AttachItem (IDC_MSAA_COMBO, m_msaa_combo);
18
18
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
-
29
19
InitToolTip ();
30
20
31
21
UpdateMsaaCombo ();
You can’t perform that action at this time.
0 commit comments