remove unused dialog

This commit is contained in:
Glenn Maynard
2002-09-13 18:36:09 +00:00
parent e3c59f9b0a
commit ce2efdd9ea
3 changed files with 2 additions and 23 deletions
+2 -2
View File
@@ -641,7 +641,7 @@ void CodeDisassemblyWindow::parse() {
num_ents = ipd-lbents;
}
/*
BOOL CodeDisassemblyWindow::post(HWND hWnd) {
if (!lbents) return FALSE;
@@ -649,7 +649,7 @@ BOOL CodeDisassemblyWindow::post(HWND hWnd) {
return TRUE;
}
*/
long CodeDisassemblyWindow::getInstruction(char *buf, long val) {
lbent *ipd;
unsigned char *ip;