wordpad: Remove variable bottom which is not really used from print.

oldstable
Gerald Pfeifer 2010-05-24 22:09:16 +02:00 committed by Alexandre Julliard
parent 72216a604d
commit f26b4f68e7
1 changed files with 0 additions and 2 deletions

View File

@ -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)))