mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:12:59 +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
|
@ -111,7 +111,6 @@ static BOOL QueryString(HKEY hKey, LPCTSTR pszValueName, LPTSTR pszResult, DWORD
|
|||
}
|
||||
|
||||
/***********************************************************************
|
||||
*
|
||||
* NOTEPAD_LoadSettingsFromRegistry
|
||||
*
|
||||
* Load settings from registry HKCU\Software\Microsoft\Notepad.
|
||||
|
@ -231,7 +230,6 @@ static BOOL SaveString(HKEY hKey, LPCTSTR pszValueNameT, LPCTSTR pszValue)
|
|||
}
|
||||
|
||||
/***********************************************************************
|
||||
*
|
||||
* NOTEPAD_SaveSettingsToRegistry
|
||||
*
|
||||
* Save settings to registry HKCU\Software\Microsoft\Notepad.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue