mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
[SETUPAPI] CMP_RegisterNotification(): Remove duplicated code (#6207)
Addendum to commit 9277f5352
This commit is contained in:
parent
ffb20d3330
commit
74a82c831b
1 changed files with 0 additions and 5 deletions
|
@ -645,11 +645,6 @@ CMP_RegisterNotification(
|
|||
nLength = GetWindowTextW((HWND)hRecipient,
|
||||
szNameBuffer,
|
||||
ARRAYSIZE(szNameBuffer));
|
||||
if (nLength == 0)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
if (nLength == 0)
|
||||
{
|
||||
szNameBuffer[0] = UNICODE_NULL;
|
||||
|
|
Loading…
Reference in a new issue