mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Remove unused variables
This commit is contained in:
@ -222,12 +222,10 @@ end;
|
|||||||
}
|
}
|
||||||
procedure Toptionsform.Apply(Sender: TObject);
|
procedure Toptionsform.Apply(Sender: TObject);
|
||||||
var
|
var
|
||||||
i, j: Integer;
|
i: Integer;
|
||||||
Attri: TSynHighlighterAttributes;
|
Attri: TSynHighlighterAttributes;
|
||||||
Grid: TVirtualStringTree;
|
|
||||||
CatNode, ItemNode: PVirtualNode;
|
CatNode, ItemNode: PVirtualNode;
|
||||||
Data: PShortcutItemData;
|
Data: PShortcutItemData;
|
||||||
QueryTab: TQueryTab;
|
|
||||||
LangCode: String;
|
LangCode: String;
|
||||||
begin
|
begin
|
||||||
Screen.Cursor := crHourGlass;
|
Screen.Cursor := crHourGlass;
|
||||||
|
Reference in New Issue
Block a user