mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 04:39:22 +02:00
LCL: cabon: clean up
git-svn-id: trunk@46857 -
This commit is contained in:
parent
925368d194
commit
799184edb2
@ -524,7 +524,6 @@ procedure TScanObject.ScanConvex;
|
|||||||
var
|
var
|
||||||
PData, P: PByte;
|
PData, P: PByte;
|
||||||
X, Xe, Y, SX,EX: Integer;
|
X, Xe, Y, SX,EX: Integer;
|
||||||
LC, C: Byte;
|
|
||||||
{$ifdef DumpRegion}
|
{$ifdef DumpRegion}
|
||||||
Line: string;
|
Line: string;
|
||||||
{$endif}
|
{$endif}
|
||||||
|
@ -3927,12 +3927,12 @@ end;
|
|||||||
|
|
||||||
function TCarbonWidgetSet.ShowScrollBar(Handle: HWND; wBar: Integer;
|
function TCarbonWidgetSet.ShowScrollBar(Handle: HWND; wBar: Integer;
|
||||||
bShow: Boolean): Boolean;
|
bShow: Boolean): Boolean;
|
||||||
var
|
//var
|
||||||
CarbonControl: TCarbonControl;
|
// CarbonControl: TCarbonControl;
|
||||||
begin
|
begin
|
||||||
Result:=false;
|
Result:=false;
|
||||||
|
|
||||||
CarbonControl := TCarbonControl(Handle);
|
//CarbonControl := TCarbonControl(Handle);
|
||||||
|
|
||||||
// ToDo:
|
// ToDo:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user