mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Remove dead code.
This commit is contained in:
@ -46,13 +46,6 @@ type
|
|||||||
FilterText: WideString;
|
FilterText: WideString;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// Represents errors already "handled" (shown to user),
|
|
||||||
// which can thus safely be ignored.
|
|
||||||
THandledSQLError = class(Exception)
|
|
||||||
end;
|
|
||||||
|
|
||||||
PMethod = ^TMethod;
|
|
||||||
|
|
||||||
TMainForm = class(TForm)
|
TMainForm = class(TForm)
|
||||||
MainMenu1: TMainMenu;
|
MainMenu1: TMainMenu;
|
||||||
File1: TMenuItem;
|
File1: TMenuItem;
|
||||||
|
Reference in New Issue
Block a user