diff --git a/source/column_selection.pas b/source/column_selection.pas index 286158f0..ea9c2894 100644 --- a/source/column_selection.pas +++ b/source/column_selection.pas @@ -24,7 +24,6 @@ type end; var - ColumnSelectionForm: TColumnSelectionForm; reg_name : String; implementation diff --git a/source/fieldeditor.pas b/source/fieldeditor.pas index d9b979a0..4ab08fe8 100644 --- a/source/fieldeditor.pas +++ b/source/fieldeditor.pas @@ -90,9 +90,6 @@ type function FieldEditorWindow (AOwner : TComponent; AMode : TFieldEditorMode; AFieldName : String = '') : Boolean; -var - FieldEditForm: TFieldEditForm; - {$I const.inc} implementation