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;
-20
View File
@@ -149,18 +149,6 @@ BEGIN
CTEXT "line3",IDC_STATIC_MESSAGE3,0,65,310,10,SS_CENTERIMAGE
END
IDD_DISASM DIALOG 0, 0, 320, 201
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Dynamic code disassembly"
FONT 8, "MS Sans Serif"
BEGIN
DEFPUSHBUTTON "OK",IDOK,263,180,50,14
LISTBOX IDC_ASMBOX,7,7,306,170,LBS_OWNERDRAWVARIABLE |
LBS_USETABSTOPS | LBS_NOINTEGRALHEIGHT | LBS_NOSEL |
WS_VSCROLL | WS_TABSTOP
LTEXT "<whee>",IDC_STATIC,8,182,245,8
END
IDD_DISASM_CRASH DIALOGEX 0, 0, 399, 286
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION
CAPTION "StepMania Error"
@@ -207,14 +195,6 @@ BEGIN
BOTTOMMARGIN, 71
END
IDD_DISASM, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 313
TOPMARGIN, 7
BOTTOMMARGIN, 194
END
IDD_DISASM_CRASH, DIALOG
BEGIN
LEFTMARGIN, 1
-1
View File
@@ -8,7 +8,6 @@
#define BITMAP_LOADING 117
#define BITMAP_CRASH 121
#define BITMAP_ERROR 129
#define IDD_DISASM 138
#define IDD_DISASM_CRASH 199
#define IDC_SHOCKWAVEFLASH1 1000
#define IDR_MAIN_ACCEL 1001