mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Remove unused variable
This commit is contained in:
@@ -929,8 +929,6 @@ end;
|
||||
|
||||
|
||||
function TEnumEditorLink.PrepareEdit(Tree: TBaseVirtualTree; Node: PVirtualNode; Column: TColumnIndex): Boolean; stdcall;
|
||||
var
|
||||
i: Integer;
|
||||
begin
|
||||
Result := inherited PrepareEdit(Tree, Node, Column);
|
||||
if Result then begin
|
||||
|
||||
Reference in New Issue
Block a user