IDE: clean up

git-svn-id: trunk@34649 -
This commit is contained in:
mattias 2012-01-07 20:47:18 +00:00
parent fcfc88b774
commit 6261e792d5
2 changed files with 1 additions and 4 deletions

View File

@ -2038,8 +2038,7 @@ begin
IDECmdScopeObjectInspectorOnly.AddWindowClass(TObjectInspectorDlg);
CreateObjectInspector;
IDEWindowCreators.Add(ObjectInspectorDlgName,nil,@CreateIDEWindow,
IDEWindowCreators.Add(DefaultObjectInspectorName,nil,@CreateIDEWindow,
'0','120','+230','-120','',alNone,false,@OnGetLayout);
ShowAnchorDesigner:=@mnuViewAnchorEditorClicked;

View File

@ -61,8 +61,6 @@ const
DefGutterColor = DefBackgroundColor;
DefGutterEdgeColor = cl3DShadow;
ObjectInspectorDlgName = 'ObjectInspectorDlg';
type
EObjectInspectorException = class(Exception);