Fixed doubled interpolation options in Winamp configuration

This commit is contained in:
kode54 2010-01-20 04:56:59 +00:00
parent 58d236151a
commit caaebe35e6
1 changed files with 0 additions and 3 deletions

View File

@ -194,9 +194,6 @@ static BOOL CALLBACK DialogProcPref(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPAR
break;
case WM_INITDIALOG:
initialized = false;
ComboBox_AddString(GetDlgItem(hwndDlg, IDC_COMBO_INTERPOLATION), "None");
ComboBox_AddString(GetDlgItem(hwndDlg, IDC_COMBO_INTERPOLATION), "Linear");
ComboBox_AddString(GetDlgItem(hwndDlg, IDC_COMBO_INTERPOLATION), "Cosine");
CFGLoad(pcfg);
CFGReset(pcfg, hwndDlg);
initialized = true;