[Project64] Cleanup RomInformationClass.cpp
This commit is contained in:
parent
6ffd1663ca
commit
50df137466
|
@ -136,8 +136,6 @@ DWORD CALLBACK RomInfoProc (HWND hDlg, DWORD uMsg, DWORD wParam, DWORD lParam) {
|
|||
sprintf(&String[1], "CIC-NUS-610%d", _this->m_pRomInfo->CicChipID());
|
||||
}
|
||||
SetDlgItemText(hDlg, IDC_INFO_CIC, String);
|
||||
|
||||
|
||||
}
|
||||
break;
|
||||
case WM_COMMAND:
|
||||
|
|
Loading…
Reference in New Issue