mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 12:49:33 +02:00
* remove not implemented method
This commit is contained in:
parent
cf0c7b974f
commit
a1cc8e79b2
@ -100,7 +100,6 @@ type
|
||||
FTokenStringBuffer: array[0..1] of String;
|
||||
FTokenBufferIndex, FTokenBufferSize: Integer;
|
||||
|
||||
function GetCurColumn: Integer;
|
||||
procedure ParseExc(const Msg: String);
|
||||
protected
|
||||
function CreateElement(AClass: TPTreeElement; const AName: String;
|
||||
@ -1816,7 +1815,10 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.5 2004-04-15 22:15:57 michael
|
||||
Revision 1.6 2004-05-16 13:24:59 peter
|
||||
* remove not implemented method
|
||||
|
||||
Revision 1.5 2004/04/15 22:15:57 michael
|
||||
+ Added support for deprecated after function/procedures
|
||||
|
||||
Revision 1.4 2003/11/22 12:14:14 sg
|
||||
|
Loading…
Reference in New Issue
Block a user