mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 18:40:24 +02:00
IdeIntf: Cleanup
git-svn-id: trunk@42079 -
This commit is contained in:
parent
dd550820f6
commit
5604d3b049
@ -3874,9 +3874,6 @@ constructor TObjectInspectorDlg.Create(AnOwner: TComponent);
|
|||||||
MainPopupMenu.Items.Add(Result);
|
MainPopupMenu.Items.Add(Result);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
var
|
|
||||||
i: Integer;
|
|
||||||
s: String;
|
|
||||||
begin
|
begin
|
||||||
inherited Create(AnOwner);
|
inherited Create(AnOwner);
|
||||||
FEnableHookGetSelection:= true;
|
FEnableHookGetSelection:= true;
|
||||||
@ -5172,8 +5169,6 @@ var
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
var
|
var
|
||||||
sHint, Capt: String;
|
|
||||||
i: Integer;
|
|
||||||
b, AtLeastOneComponent, CanBeDeleted: Boolean;
|
b, AtLeastOneComponent, CanBeDeleted: Boolean;
|
||||||
CurRow: TOIPropertyGridRow;
|
CurRow: TOIPropertyGridRow;
|
||||||
Persistent: TPersistent;
|
Persistent: TPersistent;
|
||||||
|
Loading…
Reference in New Issue
Block a user