diff options
author | NatsuDrag9 | 2018-06-21 14:35:46 +0530 |
---|---|---|
committer | NatsuDrag9 | 2018-06-21 14:35:46 +0530 |
commit | c71f6baa52b84da1b072a4577d56f32fbd3b7106 (patch) | |
tree | 7800004a2f5a037f8b566989fa2339016824294c | |
parent | 8ba101d51b830af5013f1d00a9530211676422ff (diff) | |
download | LDMicroGtk-c71f6baa52b84da1b072a4577d56f32fbd3b7106.tar.gz LDMicroGtk-c71f6baa52b84da1b072a4577d56f32fbd3b7106.tar.bz2 LDMicroGtk-c71f6baa52b84da1b072a4577d56f32fbd3b7106.zip |
Removed unwanted comments.
-rw-r--r-- | ldmicro/helpdialog.cpp | 9 |
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); } |