IdeIntf: Cleanup

git-svn-id: trunk@42079 -
This commit is contained in:
juha 2013-07-13 21:20:46 +00:00
parent dd550820f6
commit 5604d3b049

View File

@ -3874,9 +3874,6 @@ constructor TObjectInspectorDlg.Create(AnOwner: TComponent);
MainPopupMenu.Items.Add(Result);
end;
var
i: Integer;
s: String;
begin
inherited Create(AnOwner);
FEnableHookGetSelection:= true;
@ -5172,8 +5169,6 @@ var
end;
var
sHint, Capt: String;
i: Integer;
b, AtLeastOneComponent, CanBeDeleted: Boolean;
CurRow: TOIPropertyGridRow;
Persistent: TPersistent;