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;
|
end;
|
||||||
|
|
||||||
var
|
var
|
||||||
ColumnSelectionForm: TColumnSelectionForm;
|
|
||||||
reg_name : String;
|
reg_name : String;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user