mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 15:32:35 +02:00
charactermap: Less hints and warnings.
This commit is contained in:
parent
f79a5d6718
commit
b1d061e822
@ -31,7 +31,7 @@ implementation
|
||||
var
|
||||
CharacterMapDialog: TCharacterMapDialog = nil;
|
||||
|
||||
procedure ShowCharacterMapProc(ASender: TObject);
|
||||
procedure ShowCharacterMapProc({%H-}ASender: TObject);
|
||||
begin
|
||||
if CharacterMapDialog = nil then
|
||||
Application.CreateForm(TCharacterMapDialog, CharacterMapDialog);
|
||||
@ -59,7 +59,6 @@ end;
|
||||
procedure TCharacterMapDialog.InsertCharacter(const C: TUTF8Char);
|
||||
var
|
||||
FActiveEdit: TSourceEditorInterface;
|
||||
synEdit: TSynEdit;
|
||||
begin
|
||||
FActiveEdit := SourceEditorManagerIntf.ActiveSourceWindow.ActiveEditor;
|
||||
if Assigned(FActiveEdit) then
|
||||
|
Loading…
Reference in New Issue
Block a user