mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 11:52:38 +02:00
IDEIntf: clean up
git-svn-id: trunk@45542 -
This commit is contained in:
parent
c39261347a
commit
a5270a0a23
@ -91,7 +91,7 @@ type
|
||||
function GetSelectedLine: TMessageLine; virtual; abstract;
|
||||
|
||||
procedure BeginBlock(ClearOldBlocks: Boolean = true); deprecated; // not needed anymore
|
||||
procedure AddMsg(const Msg, CurDir: string; OriginalIndex: integer;
|
||||
procedure AddMsg(const Msg, {%H-}CurDir: string; {%H-}OriginalIndex: integer;
|
||||
Parts: TStrings = nil); deprecated; // use AddCustomMessages instead or create a new view via GetView or CreateView
|
||||
procedure EndBlock; deprecated; // not needed anymore
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user