mirror of https://gitlab.com/basile.b/dexed.git
cleanup
This commit is contained in:
parent
3c1ef011aa
commit
ab23dc13d9
|
@ -200,7 +200,6 @@ end;
|
||||||
|
|
||||||
procedure TCEEditorWidget.removeEditor(const aIndex: NativeInt);
|
procedure TCEEditorWidget.removeEditor(const aIndex: NativeInt);
|
||||||
begin
|
begin
|
||||||
//CEMainForm.MessageWidget.ClearMessages(mcEditor);
|
|
||||||
editor[aIndex].OnChange:= nil;
|
editor[aIndex].OnChange:= nil;
|
||||||
pageControl.Pages[aIndex].Free;
|
pageControl.Pages[aIndex].Free;
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in New Issue