Remove unused form-variable.

This commit is contained in:
Ansgar Becker
2007-08-02 21:29:14 +00:00
parent 74f056b708
commit d96cf89849
2 changed files with 0 additions and 4 deletions

View File

@ -24,7 +24,6 @@ type
end; end;
var var
ColumnSelectionForm: TColumnSelectionForm;
reg_name : String; reg_name : String;
implementation implementation

View File

@ -90,9 +90,6 @@ type
function FieldEditorWindow (AOwner : TComponent; AMode : TFieldEditorMode; AFieldName : String = '') : Boolean; function FieldEditorWindow (AOwner : TComponent; AMode : TFieldEditorMode; AFieldName : String = '') : Boolean;
var
FieldEditForm: TFieldEditForm;
{$I const.inc} {$I const.inc}
implementation implementation