From d96cf89849ed8746fadb102505f1895ca3dc381d Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Thu, 2 Aug 2007 21:29:14 +0000 Subject: [PATCH] Remove unused form-variable. --- source/column_selection.pas | 1 - source/fieldeditor.pas | 3 --- 2 files changed, 4 deletions(-) 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