wince: reduce amount of hints

git-svn-id: trunk@18755 -
This commit is contained in:
paul 2009-02-19 02:42:58 +00:00
parent 68f598b5dc
commit cd3f7a36d5

View File

@ -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;