LCL: cabon: clean up

git-svn-id: trunk@46857 -
This commit is contained in:
mattias 2014-11-15 12:37:25 +00:00
parent 925368d194
commit 799184edb2
2 changed files with 3 additions and 4 deletions

View File

@ -524,7 +524,6 @@ procedure TScanObject.ScanConvex;
var
PData, P: PByte;
X, Xe, Y, SX,EX: Integer;
LC, C: Byte;
{$ifdef DumpRegion}
Line: string;
{$endif}

View File

@ -3927,12 +3927,12 @@ end;
function TCarbonWidgetSet.ShowScrollBar(Handle: HWND; wBar: Integer;
bShow: Boolean): Boolean;
var
CarbonControl: TCarbonControl;
//var
// CarbonControl: TCarbonControl;
begin
Result:=false;
CarbonControl := TCarbonControl(Handle);
//CarbonControl := TCarbonControl(Handle);
// ToDo: