* Remove / comment unused vars

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4664 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blikblum
2016-05-22 21:50:41 +00:00
parent c3def8796b
commit b12d6bba10

View File

@ -24004,7 +24004,7 @@ var
FocusRect,
InnerRect: TRect;
{$ifdef ThemeSupport}
RowRect: TRect;
//RowRect: TRect;
//Theme: HTHEME;
{$endif ThemeSupport}
@ -33862,7 +33862,6 @@ var
RenderColumns: Boolean;
Columns: TColumnsArray;
ColumnColors: array of String;
Index: Integer;
IndentWidth,
LineStyleText: String;
@ -33944,12 +33943,10 @@ begin
Buffer.AddNewLine;
Columns := nil;
ColumnColors := nil;
RenderColumns := FHeader.UseColumns;
if RenderColumns then
begin
Columns := FHeader.FColumns.GetVisibleColumns;
SetLength(ColumnColors, Length(Columns));
end;
GetRenderStartValues(Source, Run, GetNextNode);