Detlef Riekenberg : winspool: Remove outdated comment.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jun 7 07:20:17 CDT 2007


Module: wine
Branch: master
Commit: a2db0b83f79716bb8c10798ac18f5390d96f31bb
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a2db0b83f79716bb8c10798ac18f5390d96f31bb

Author: Detlef Riekenberg <wine.dev at 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);




More information about the wine-cvs mailing list