mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:36:11 +00:00
[NOTEPAD] Reduce lines in and around comments (#5131)
Reduce lines. CORE-18837
This commit is contained in:
parent
8e0c920fd2
commit
9ac20a7fe2
3 changed files with 0 additions and 18 deletions
|
@ -1417,7 +1417,6 @@ VOID DIALOG_HelpAboutNotepad(VOID)
|
|||
}
|
||||
|
||||
/***********************************************************************
|
||||
*
|
||||
* DIALOG_FilePageSetup
|
||||
*/
|
||||
VOID DIALOG_FilePageSetup(void)
|
||||
|
@ -1443,10 +1442,8 @@ VOID DIALOG_FilePageSetup(void)
|
|||
}
|
||||
|
||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
*
|
||||
* DIALOG_PAGESETUP_Hook
|
||||
*/
|
||||
|
||||
static UINT_PTR CALLBACK DIALOG_PAGESETUP_Hook(HWND hDlg, UINT msg, WPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
switch (msg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue