wordpad: Remove variable bottom which is not really used from print.
This commit is contained in:
parent
72216a604d
commit
f26b4f68e7
|
@ -487,7 +487,6 @@ static void print(LPPRINTDLGW pd, LPWSTR wszFileName)
|
|||
StartDocW(fr.hdc, &di);
|
||||
do
|
||||
{
|
||||
int bottom = fr.rc.bottom;
|
||||
if(StartPage(fr.hdc) <= 0)
|
||||
break;
|
||||
|
||||
|
@ -495,7 +494,6 @@ static void print(LPPRINTDLGW pd, LPWSTR wszFileName)
|
|||
|
||||
if(EndPage(fr.hdc) <= 0)
|
||||
break;
|
||||
bottom = fr.rc.bottom;
|
||||
|
||||
printedPages++;
|
||||
if((pd->Flags & PD_PAGENUMS) && (printedPages > (pd->nToPage - pd->nFromPage)))
|
||||
|
|
Loading…
Reference in New Issue