TDateEdit: remove unused var from Loaded (leftover from a workaround).

This commit is contained in:
Bart 2022-09-16 22:46:55 +02:00
parent c0efa0e93f
commit 39bf8b7aba

View File

@ -1714,8 +1714,6 @@ begin
end;
procedure TDateEdit.Loaded;
var
SavedOnChange: TNotifyEvent;
begin
//Forces a valid Text in the control
if not (csDesigning in ComponentState) then