Remove dead code.

This commit is contained in:
Ansgar Becker
2009-11-22 18:20:52 +00:00
parent 712dd7ef5c
commit 46c650eabd

View File

@ -46,13 +46,6 @@ type
FilterText: WideString;
end;
// Represents errors already "handled" (shown to user),
// which can thus safely be ignored.
THandledSQLError = class(Exception)
end;
PMethod = ^TMethod;
TMainForm = class(TForm)
MainMenu1: TMainMenu;
File1: TMenuItem;