We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3932a commit e9ace5bCopy full SHA for e9ace5b
1 file changed
Source/ModulePropertiesDlg.cpp
@@ -106,10 +106,6 @@ void CModulePropertiesDlg::OnBnClickedOk()
106
CComboBox *pExpansionChipBox = static_cast<CComboBox*>(GetDlgItem(IDC_EXPANSION));
107
CMainFrame *pMainFrame = static_cast<CMainFrame*>(GetParentFrame());
108
109
- // Expansion chip
110
- unsigned int iExpansionChip = theApp.GetChannelMap()->GetChipIdent(pExpansionChipBox->GetCurSel());
111
- unsigned int iChannels = static_cast<CSliderCtrl*>(GetDlgItem(IDC_CHANNELS))->GetPos();
112
-
113
// // //
114
115
// Vibrato
0 commit comments