Module: wine Branch: master Commit: a2db0b83f79716bb8c10798ac18f5390d96f31bb URL: http://source.winehq.org/git/wine.git/?a=commit;h=a2db0b83f79716bb8c10798ac1... Author: Detlef Riekenberg <wine.dev(a)web.de> Date: Wed Jun 6 16:52:11 2007 +0200 winspool: Remove outdated comment. --- dlls/winspool.drv/info.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/dlls/winspool.drv/info.c b/dlls/winspool.drv/info.c index 3086d00..d78964b 100644 --- a/dlls/winspool.drv/info.c +++ b/dlls/winspool.drv/info.c @@ -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);