IDE: clean up

git-svn-id: trunk@52214 -
This commit is contained in:
mattias 2016-04-18 17:10:01 +00:00
parent 41b629f3d0
commit f8623847f3
2 changed files with 1 additions and 3 deletions

View File

@ -194,7 +194,7 @@ type
procedure DeleteChildlessShadowAndItem(anExistingSI: TShadowItem);
procedure DeleteShadowAndItemAndChildren(anExistingSI: TShadowItem);
procedure InPlaceEditKeyDown(Sender: TObject; var Key: Word; Shift: TShiftState);
procedure OnDesignerModified(Sender: TObject; PropName: ShortString);
procedure OnDesignerModified(Sender: TObject; {%H-}PropName: ShortString);
procedure OnObjectPropertyChanged(Sender: TObject; NewObject: TPersistent);
procedure OnDesignerRefreshPropertyValues;
procedure RecursiveCreateShadows(aParentBox: TShadowBox; aMI: TMenuItem);

View File

@ -326,8 +326,6 @@ begin
end;
procedure TEditorMarkupOptionsFrame.ReadSettings(AOptions: TAbstractIDEOptions);
var
i, j, idx: Integer;
begin
with AOptions as TEditorOptions do
begin