mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 15:59:13 +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;
|
end;
|
||||||
|
|
||||||
procedure TDateEdit.Loaded;
|
procedure TDateEdit.Loaded;
|
||||||
var
|
|
||||||
SavedOnChange: TNotifyEvent;
|
|
||||||
begin
|
begin
|
||||||
//Forces a valid Text in the control
|
//Forces a valid Text in the control
|
||||||
if not (csDesigning in ComponentState) then
|
if not (csDesigning in ComponentState) then
|
||||||
|
Loading…
Reference in New Issue
Block a user