mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Remove unused form-variable.
This commit is contained in:
@ -24,7 +24,6 @@ type
|
||||
end;
|
||||
|
||||
var
|
||||
ColumnSelectionForm: TColumnSelectionForm;
|
||||
reg_name : String;
|
||||
|
||||
implementation
|
||||
|
@ -90,9 +90,6 @@ type
|
||||
|
||||
function FieldEditorWindow (AOwner : TComponent; AMode : TFieldEditorMode; AFieldName : String = '') : Boolean;
|
||||
|
||||
var
|
||||
FieldEditForm: TFieldEditForm;
|
||||
|
||||
{$I const.inc}
|
||||
|
||||
implementation
|
||||
|
Reference in New Issue
Block a user