Is it ok in Lazarus to just remove the code for an event handler from the unit? I have several unused event handlers, such as procedure TForm1.Button1CLICK(Sender: TObject); begin end; just empty, but in delphi/kylix these are removed automatically on save. Can I just delete these and there declarations? -- Ken