charactermap: clean up

This commit is contained in:
mattias 2023-01-15 13:23:56 +01:00
parent 827fe1fa19
commit a4bd52432c

View File

@ -44,12 +44,7 @@ uses
LCLType, LCLUnicodeData, Grids, ButtonPanel, ComCtrls, Spin, ImgList,
// LazUtils
GraphType, LazUTF8, LConvEncoding;
{,
// IdeIntf
IDEHelpIntf, IDEImagesIntf,
// IDE
LazarusIDEStrConsts, EditorOptions, EnvironmentOpts;
}
type
TOnInsertCharacterEvent = procedure (const C: TUTF8Char) of object;