mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 06:20:17 +02:00
qt: remove unneeded variable
git-svn-id: trunk@38629 -
This commit is contained in:
parent
9b1a4002bc
commit
d974842de6
@ -2180,7 +2180,6 @@ function TQtWidgetSet.ExtTextOut(DC: HDC; X, Y: Integer; Options: Longint;
|
|||||||
var
|
var
|
||||||
WideStr: WideString;
|
WideStr: WideString;
|
||||||
QtDC: TQtDeviceContext absolute DC;
|
QtDC: TQtDeviceContext absolute DC;
|
||||||
B: Boolean;
|
|
||||||
R, R1: TRect;
|
R, R1: TRect;
|
||||||
|
|
||||||
procedure DoDrawCharByChar(const AClipped: Boolean);
|
procedure DoDrawCharByChar(const AClipped: Boolean);
|
||||||
|
Loading…
Reference in New Issue
Block a user