From f044aa18f3215f5e5f5fed5d8cff88f99cdf7476 Mon Sep 17 00:00:00 2001 From: mattias Date: Tue, 11 Aug 2009 16:43:41 +0000 Subject: [PATCH] IDE: clean up git-svn-id: trunk@21171 - --- ide/editoroptions.pp | 1 - ide/frames/editor_color_options.pas | 1 - 2 files changed, 2 deletions(-) diff --git a/ide/editoroptions.pp b/ide/editoroptions.pp index c999507202..a6e62ee602 100644 --- a/ide/editoroptions.pp +++ b/ide/editoroptions.pp @@ -3415,7 +3415,6 @@ end; procedure TEditorOptions.SetMarkupColor(Syn : TSrcIDEHighlighter; AddHilightAttr : TAdditionalHilightAttribute; aMarkup : TSynSelectedColor); var - i: Integer; Attrib: TSynHighlighterAttributes; begin Attrib := GetSynAttributeByAha(Syn, AddHilightAttr); diff --git a/ide/frames/editor_color_options.pas b/ide/frames/editor_color_options.pas index d5ddde0da9..b51f5fc5ba 100644 --- a/ide/frames/editor_color_options.pas +++ b/ide/frames/editor_color_options.pas @@ -167,7 +167,6 @@ var FullAbcWidth, AbcWidth: Integer; Attri: TSynHighlighterAttributes; TextY: Integer; - ts: TTextStyle; AttriIdx: LongInt; c: TColor; Scheme: TPascalColorScheme;