mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[SETUPAPI] CMP_RegisterNotification(): Remove duplicated code (#6207)
Addendum to commit 9277f5352
This commit is contained in:
@@ -645,11 +645,6 @@ CMP_RegisterNotification(
|
||||
nLength = GetWindowTextW((HWND)hRecipient,
|
||||
szNameBuffer,
|
||||
ARRAYSIZE(szNameBuffer));
|
||||
if (nLength == 0)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
if (nLength == 0)
|
||||
{
|
||||
szNameBuffer[0] = UNICODE_NULL;
|
||||
|
||||
Reference in New Issue
Block a user