Removed a redundant inline comment in icon loading/scaling logic, leaving behavior unchanged.

Removed a redundant inline comment in the Windows sysinfo volume-name guard path, with no functional impact.
Removed a redundant inline comment in WinRT toast setup while keeping the same notification/audio attribute behavior.
This commit is contained in:
2026-02-25 18:05:21 -07:00
parent 7578928199
commit 3445d946bc
3 changed files with 0 additions and 3 deletions

View File

@@ -465,7 +465,6 @@ static char *read_hdd_info (IWbemClassObject *object)
if (name_len >= 4 && name_bstr[0] == L'\\' && name_bstr[1] == L'\\' && name_bstr[2] == L'?' && name_bstr[3] == L'\\')
{
// This is not a named volume. Skip it.
VariantClear (&name_variant);
return NULL;