summaryrefslogtreecommitdiff
path: root/ldmicro/helpdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ldmicro/helpdialog.cpp')
-rw-r--r--ldmicro/helpdialog.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/ldmicro/helpdialog.cpp b/ldmicro/helpdialog.cpp
index ff11e5e..fb1b6c3 100644
--- a/ldmicro/helpdialog.cpp
+++ b/ldmicro/helpdialog.cpp
@@ -314,13 +314,4 @@ void ShowHelpDialog(BOOL about)
return;
}
HelpWindowOpen[a] = TRUE;
-
-// RECT r;
-// GetClientRect(HelpDialog[a], &r);
-// TitleHeight = 300 - r.bottom;
-
-// GetWindowRect(HelpDialog[a], &r);
-// Resizing(&r, WMSZ_TOP);
-// SetWindowPos(HelpDialog[a], HWND_TOP, r.left, r.top, r.right - r.left,
-// r.bottom - r.top, 0);
}