winspool: Remove outdated comment.

This commit is contained in:
Detlef Riekenberg 2007-06-06 16:52:11 +02:00 committed by Alexandre Julliard
parent c9fd5a265f
commit a2db0b83f7

View file

@ -2270,7 +2270,6 @@ BOOL WINAPI DeleteMonitorW (LPWSTR pName, LPWSTR pEnvironment, LPWSTR pMonitorNa
return FALSE;
}
/* change this, when advapi32.dll/RegDeleteTree is implemented */
if(RegDeleteTreeW(hroot, pMonitorName) == ERROR_SUCCESS) {
TRACE("monitor %s deleted\n", debugstr_w(pMonitorName));
RegCloseKey(hroot);