[Project64] Cleanup RomInformationClass.cpp

This commit is contained in:
zilmar 2015-12-24 06:49:23 +11:00
parent 6ffd1663ca
commit 50df137466
2 changed files with 131 additions and 133 deletions

View File

@ -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()); sprintf(&String[1], "CIC-NUS-610%d", _this->m_pRomInfo->CicChipID());
} }
SetDlgItemText(hDlg, IDC_INFO_CIC, String); SetDlgItemText(hDlg, IDC_INFO_CIC, String);
} }
break; break;
case WM_COMMAND: case WM_COMMAND: