From 5604d3b049570e69215dbed7f687b98526da2e6e Mon Sep 17 00:00:00 2001 From: juha Date: Sat, 13 Jul 2013 21:20:46 +0000 Subject: [PATCH] IdeIntf: Cleanup git-svn-id: trunk@42079 - --- components/ideintf/objectinspector.pp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/ideintf/objectinspector.pp b/components/ideintf/objectinspector.pp index c7b03a1dd2..bd680f1501 100644 --- a/components/ideintf/objectinspector.pp +++ b/components/ideintf/objectinspector.pp @@ -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;