mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Remove unused debug variable
This commit is contained in:
@ -352,7 +352,6 @@ procedure TfrmTableTools.TreeObjectsChecking(Sender: TBaseVirtualTree; Node: PVi
|
|||||||
var NewState: TCheckState; var Allowed: Boolean);
|
var NewState: TCheckState; var Allowed: Boolean);
|
||||||
var
|
var
|
||||||
n: PVirtualNode;
|
n: PVirtualNode;
|
||||||
hello: Widestring;
|
|
||||||
begin
|
begin
|
||||||
// Ensure to also toggle check state of not yet initialized nodes
|
// Ensure to also toggle check state of not yet initialized nodes
|
||||||
Allowed := True;
|
Allowed := True;
|
||||||
|
Reference in New Issue
Block a user