From cd3f7a36d55431f45d1ee1854d3455fbf96f821d Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 19 Feb 2009 02:42:58 +0000 Subject: [PATCH] wince: reduce amount of hints git-svn-id: trunk@18755 - --- lcl/interfaces/wince/wincewscustomlistview.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/lcl/interfaces/wince/wincewscustomlistview.inc b/lcl/interfaces/wince/wincewscustomlistview.inc index d54a84fb04..eef21f4e81 100644 --- a/lcl/interfaces/wince/wincewscustomlistview.inc +++ b/lcl/interfaces/wince/wincewscustomlistview.inc @@ -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;