IDEIntf: clean up

git-svn-id: trunk@15558 -
This commit is contained in:
mattias 2008-06-24 07:59:52 +00:00
parent dabde77f8b
commit b420930fb2
2 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,6 @@ implementation
procedure TFieldsListFrm.BitBtnOkClick(Sender: TObject);
var
i: integer;
NewName:string;
NewField: TField;
fModified: boolean;
PreActive: boolean;

View File

@ -192,6 +192,7 @@ begin
begin
if TheDialog.Modified and FileExists(TheDialog.FileName) then
begin
DebugLn(['TGraphicPropertyEditor.Edit ',dbgsname(GetTypeData(GetPropType)^.ClassType)]);
{$Warnings off}
// TGraphic itself is an abstract class, so the compiler will warn
if AGraphic = nil then begin