qt: remove unneeded variable

git-svn-id: trunk@38629 -
This commit is contained in:
paul 2012-09-13 06:24:57 +00:00
parent 9b1a4002bc
commit d974842de6

View File

@ -2180,7 +2180,6 @@ function TQtWidgetSet.ExtTextOut(DC: HDC; X, Y: Integer; Options: Longint;
var
WideStr: WideString;
QtDC: TQtDeviceContext absolute DC;
B: Boolean;
R, R1: TRect;
procedure DoDrawCharByChar(const AClipped: Boolean);