This commit is contained in:
Basile Burg 2014-12-04 00:56:21 +01:00
parent 3c1ef011aa
commit ab23dc13d9
1 changed files with 0 additions and 1 deletions

View File

@ -200,7 +200,6 @@ end;
procedure TCEEditorWidget.removeEditor(const aIndex: NativeInt);
begin
//CEMainForm.MessageWidget.ClearMessages(mcEditor);
editor[aIndex].OnChange:= nil;
pageControl.Pages[aIndex].Free;
end;