mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 10:59:29 +02:00
win32 printers: cleanup
git-svn-id: trunk@15235 -
This commit is contained in:
parent
2bf1be0786
commit
a3230ffdcd
@ -11,8 +11,6 @@ var
|
||||
DeviceMode : THandle;
|
||||
DevNames : PDevNames;
|
||||
St : PChar;
|
||||
Extra,Size : Integer;
|
||||
Fields : Dword;
|
||||
begin
|
||||
Result:=False;
|
||||
if not Assigned(Printer) then Exit;
|
||||
@ -86,8 +84,6 @@ var
|
||||
DeviceMode : THandle;
|
||||
DevNames : PDevNames;
|
||||
St : PChar;
|
||||
Extra,Size : Integer;
|
||||
Fields : Dword;
|
||||
begin
|
||||
Result:=False;
|
||||
if not Assigned(Printer) then Exit;
|
||||
@ -159,8 +155,6 @@ var lpp : tagPD;
|
||||
DeviceMode : THandle;
|
||||
DevNames : PDevNames;
|
||||
St : PChar;
|
||||
Extra,Size : Integer;
|
||||
Fields : Dword;
|
||||
begin
|
||||
Result:=False;
|
||||
if not Assigned(Printer) then Exit;
|
||||
|
Loading…
Reference in New Issue
Block a user