mirror of
https://github.com/reactos/reactos.git
synced 2025-04-28 01:11:35 +00:00
[SHELL32] EOL-white-space-fixes dialogs.cpp
Exclusively touching code that was recently added during 0.4.15-dev'ing.
This commit is contained in:
parent
33c7c91b36
commit
2cbb3ebdcb
1 changed files with 2 additions and 4 deletions
|
@ -1412,7 +1412,6 @@ static VOID FancyLogoffOnInit(HWND hwnd, PLOGOFF_DLG_CONTEXT pContext)
|
|||
*
|
||||
* NOTES: Used to make the Log Off dialog work
|
||||
*/
|
||||
|
||||
INT_PTR CALLBACK LogOffDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
DRAWITEMSTRUCT* pdis = (DRAWITEMSTRUCT*)lParam;
|
||||
|
@ -1538,7 +1537,6 @@ EXTERN_C int WINAPI LogoffWindowsDialog(HWND hWndOwner)
|
|||
parent = hWndOwner;
|
||||
|
||||
Context.bFriendlyUI = IsFriendlyUIActive();
|
||||
|
||||
if (Context.bFriendlyUI)
|
||||
{
|
||||
LogoffDialogID = IDD_LOG_OFF_FANCY;
|
||||
|
|
Loading…
Reference in a new issue