From b24da40410ad5df12d4cd25c8db113b9fdd2ae03 Mon Sep 17 00:00:00 2001 From: Huw Davies Date: Tue, 3 Apr 2012 11:43:41 +0100 Subject: [PATCH] winspool: Remove a FIXME now that we don't ignore the defaults. --- dlls/winspool.drv/info.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dlls/winspool.drv/info.c b/dlls/winspool.drv/info.c index 48454471fe8..14d4b14382e 100644 --- a/dlls/winspool.drv/info.c +++ b/dlls/winspool.drv/info.c @@ -1899,10 +1899,6 @@ BOOL WINAPI OpenPrinterW(LPWSTR lpPrinterName,HANDLE *phPrinter, LPPRINTER_DEFAU { TRACE("(%s, %p, %p)\n", debugstr_w(lpPrinterName), phPrinter, pDefault); - if (pDefault) { - FIXME("PRINTER_DEFAULTS ignored => %s,%p,0x%08x\n", - debugstr_w(pDefault->pDatatype), pDefault->pDevMode, pDefault->DesiredAccess); - } if(!phPrinter) { /* NT: FALSE with ERROR_INVALID_PARAMETER, 9x: TRUE */ -- 2.11.4.GIT