mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-08 14:39:15 +02:00
SynEdit: Removed accidental committed "deprecated" hint
git-svn-id: trunk@24634 -
This commit is contained in:
parent
261424827b
commit
c4eff67b5c
@ -70,7 +70,7 @@ type
|
||||
procedure LoadFromFile(const FileName: string); override;
|
||||
procedure SaveToFile(const FileName: string); override;
|
||||
property DosFileFormat: boolean read fDosFileFormat write fDosFileFormat;
|
||||
property TextChangeStamp: int64 read GetTextChangeStamp; deprecated '#############';
|
||||
property TextChangeStamp: int64 read GetTextChangeStamp;
|
||||
end;
|
||||
|
||||
implementation
|
||||
|
Loading…
Reference in New Issue
Block a user