Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
aa389201
Commit
aa389201
authored
Jan 06, 2010
by
Detlef Riekenberg
Committed by
Alexandre Julliard
Jan 07, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comdlg32: Remove unused code for the Button psh1.
parent
c7183e83
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
23 deletions
+0
-23
printdlg.c
dlls/comdlg32/printdlg.c
+0
-23
No files found.
dlls/comdlg32/printdlg.c
View file @
aa389201
...
@@ -1561,24 +1561,6 @@ static LRESULT PRINTDLG_WMCommandA(HWND hDlg, WPARAM wParam,
...
@@ -1561,24 +1561,6 @@ static LRESULT PRINTDLG_WMCommandA(HWND hDlg, WPARAM wParam,
}
}
break
;
break
;
#if 0
case psh1: /* Print Setup */
{
PRINTDLG16 pdlg;
if (!PrintStructures->dlg.lpPrintDlg16) {
FIXME("The 32bit print dialog does not have this button!?\n");
break;
}
memcpy(&pdlg,PrintStructures->dlg.lpPrintDlg16,sizeof(pdlg));
pdlg.Flags |= PD_PRINTSETUP;
pdlg.hwndOwner = HWND_16(hDlg);
if (!PrintDlg16(&pdlg))
break;
}
break;
#endif
case
psh2
:
/* Properties button */
case
psh2
:
/* Properties button */
{
{
HANDLE
hPrinter
;
HANDLE
hPrinter
;
...
@@ -1733,11 +1715,6 @@ static LRESULT PRINTDLG_WMCommandW(HWND hDlg, WPARAM wParam,
...
@@ -1733,11 +1715,6 @@ static LRESULT PRINTDLG_WMCommandW(HWND hDlg, WPARAM wParam,
}
}
break
;
break
;
case
psh1
:
/* Print Setup */
{
ERR
(
"psh1 is called from 16bit code only, we should not get here.
\n
"
);
}
break
;
case
psh2
:
/* Properties button */
case
psh2
:
/* Properties button */
{
{
HANDLE
hPrinter
;
HANDLE
hPrinter
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment