Skip to content

Commit

Permalink
Minor code change
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Oct 21, 2010
1 parent 78cec4e commit 2d959a3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dialogs/world_prefs/genpropertypage.cpp
Expand Up @@ -1316,12 +1316,6 @@ BOOL CGenPropertyPage::OnInitDialog()

} // end of adding "treeview" checkbox

// now hide one of the controls
if (m_bWantTreeControl)
m_ctlList->ShowWindow (SW_HIDE);
else
m_cTreeCtrl.ShowWindow (SW_HIDE);

// end tree view stuff

CString strDescription = m_strObjectType;
Expand Down

0 comments on commit 2d959a3

Please sign in to comment.