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);
|
||||
var
|
||||
i, j: Integer;
|
||||
i: Integer;
|
||||
Attri: TSynHighlighterAttributes;
|
||||
Grid: TVirtualStringTree;
|
||||
CatNode, ItemNode: PVirtualNode;
|
||||
Data: PShortcutItemData;
|
||||
QueryTab: TQueryTab;
|
||||
LangCode: String;
|
||||
begin
|
||||
Screen.Cursor := crHourGlass;
|
||||
|
Reference in New Issue
Block a user