Skip to content

Commit e9ace5b

Browse files
committed
fix add song crash
1 parent 4f3932a commit e9ace5b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Source/ModulePropertiesDlg.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,6 @@ void CModulePropertiesDlg::OnBnClickedOk()
106106
CComboBox *pExpansionChipBox = static_cast<CComboBox*>(GetDlgItem(IDC_EXPANSION));
107107
CMainFrame *pMainFrame = static_cast<CMainFrame*>(GetParentFrame());
108108

109-
// Expansion chip
110-
unsigned int iExpansionChip = theApp.GetChannelMap()->GetChipIdent(pExpansionChipBox->GetCurSel());
111-
unsigned int iChannels = static_cast<CSliderCtrl*>(GetDlgItem(IDC_CHANNELS))->GetPos();
112-
113109
// // //
114110

115111
// Vibrato

0 commit comments

Comments
 (0)