mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 12:29:29 +02:00
TDateEdit: remove unused var from Loaded (leftover from a workaround).
This commit is contained in:
parent
c0efa0e93f
commit
39bf8b7aba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user