Qt: cleanup

git-svn-id: trunk@25141 -
This commit is contained in:
zeljko 2010-05-02 17:21:31 +00:00
parent c56405fef4
commit 6b838b045f
3 changed files with 0 additions and 8 deletions

View File

@ -289,7 +289,6 @@ const
SName = 'DoGetPaperName';
var
i: Integer;
Str: WideString;
begin
i := QtDefaultPrinter.PageSize;
Result := FPagesEnum[i];
@ -329,7 +328,6 @@ function TQtPrinters.DoGetPaperRect(AName: string; var APaperRc: TPaperRect): In
const
SName = 'DoGetPaperRect';
var
SavedSize: QPrinterPageSize;
i: Integer;
begin
{$IFDEF VERBOSE_QT_PRINTING}

View File

@ -8,11 +8,6 @@ type
TQtPrinters = class(TPrinter)
private
FPagesEnum: TStrings;
FPrintSession: Integer;
FPrintSettings: Integer;
FPageFormat: QPrinterPageSize;
FBeginDocumentStatus: QPrinterPrinterState;
FNewPageStatus: QPrinterPrinterState;
FPrinterHandle: TQtPrinter;
procedure CreatePrintSettings;

View File

@ -47,7 +47,6 @@ var
QtPrnDlg: QPrintDialogH;
PrnOptions: QAbstractPrintDialogPrintDialogOptions;
Str: WideString;
i: Integer;
begin
Result := False;