mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
comdlg32: Remove a couple of obsolete WARN()s.
This commit is contained in:
parent
ef5daf38e7
commit
358ab47023
@ -604,10 +604,6 @@ static BOOL PRINTDLG_SetUpPaperComboBoxA(HWND hDlg,
|
||||
fwCapability_Words = DC_BINS;
|
||||
}
|
||||
|
||||
/* for some printer drivers, DeviceCapabilities calls a VXD to obtain the
|
||||
* paper settings. As Wine doesn't allow VXDs, this results in a crash.
|
||||
*/
|
||||
WARN(" if your printer driver uses VXDs, expect a crash now!\n");
|
||||
NrOfEntries = DeviceCapabilitiesA(PrinterName, PortName,
|
||||
fwCapability_Names, NULL, dm);
|
||||
if (NrOfEntries == 0)
|
||||
@ -714,10 +710,6 @@ static BOOL PRINTDLG_SetUpPaperComboBoxW(HWND hDlg,
|
||||
fwCapability_Words = DC_BINS;
|
||||
}
|
||||
|
||||
/* for some printer drivers, DeviceCapabilities calls a VXD to obtain the
|
||||
* paper settings. As Wine doesn't allow VXDs, this results in a crash.
|
||||
*/
|
||||
WARN(" if your printer driver uses VXDs, expect a crash now!\n");
|
||||
NrOfEntries = DeviceCapabilitiesW(PrinterName, PortName,
|
||||
fwCapability_Names, NULL, dm);
|
||||
if (NrOfEntries == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user