mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 18:12:05 +08:00
Remove unused variable.
This commit is contained in:
@ -393,7 +393,6 @@ end;
|
|||||||
procedure Tconnform.btnDeleteClick(Sender: TObject);
|
procedure Tconnform.btnDeleteClick(Sender: TObject);
|
||||||
var
|
var
|
||||||
SessionKey: String;
|
SessionKey: String;
|
||||||
Node: PVirtualNode;
|
|
||||||
Sess: PConnectionParameters;
|
Sess: PConnectionParameters;
|
||||||
begin
|
begin
|
||||||
Sess := ListSessions.GetNodeData(ListSessions.FocusedNode);
|
Sess := ListSessions.GetNodeData(ListSessions.FocusedNode);
|
||||||
|
Reference in New Issue
Block a user