mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 10:19:22 +02:00
wince: reduce amount of hints
git-svn-id: trunk@18755 -
This commit is contained in:
parent
68f598b5dc
commit
cd3f7a36d5
@ -105,7 +105,6 @@ end;
|
||||
class procedure TWinCEWSCustomListView.ColumnInsert(const ALV: TCustomListView; const AIndex: Integer; const AColumn: TListColumn);
|
||||
var
|
||||
lvc: TLvColumn;
|
||||
tmpCaption: PWideChar;
|
||||
begin
|
||||
if not WSCheckHandleAllocated(ALV, 'ColumnInsert')
|
||||
then Exit;
|
||||
@ -194,7 +193,6 @@ end;
|
||||
class procedure TWinCEWSCustomListView.ColumnSetCaption(const ALV: TCustomListView; const AIndex: Integer; const AColumn: TListColumn; const ACaption: String);
|
||||
var
|
||||
lvc: TLvColumn;
|
||||
tmpACaption : PWideChar;
|
||||
begin
|
||||
if not WSCheckHandleAllocated(ALV, 'ColumnSetCaption')
|
||||
then Exit;
|
||||
|
Loading…
Reference in New Issue
Block a user