mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 16:00:28 +02:00
Ensure compilation with fpc 2.4.0
git-svn-id: trunk@24019 -
This commit is contained in:
parent
75af880b85
commit
093ec32e60
@ -205,8 +205,8 @@ type
|
|||||||
procedure DeleteAllWithEditorComponent(AEditor:TSourceEditorInterface);
|
procedure DeleteAllWithEditorComponent(AEditor:TSourceEditorInterface);
|
||||||
function IndexOfID(ID:integer):integer;
|
function IndexOfID(ID:integer):integer;
|
||||||
function BookmarkWithIndex(ID: integer): TProjectBookmark;
|
function BookmarkWithIndex(ID: integer): TProjectBookmark;
|
||||||
procedure SaveToXMLConfig(XMLConfig: TXMLConfig; const Path: string); deprecated 'Does not link to Editorcomponent';
|
procedure SaveToXMLConfig(XMLConfig: TXMLConfig; const Path: string); deprecated;// 'Does not link to Editorcomponent';
|
||||||
procedure LoadFromXMLConfig(XMLConfig: TXMLConfig; const Path: string); deprecated 'Does not link to Editorcomponent';
|
procedure LoadFromXMLConfig(XMLConfig: TXMLConfig; const Path: string); deprecated;// 'Does not link to Editorcomponent';
|
||||||
end;
|
end;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
Loading…
Reference in New Issue
Block a user