Code cleanup
This commit is contained in:
parent
060e535cb7
commit
eeccc8cc93
|
@ -59,6 +59,16 @@ Uses
|
|||
m_Strings,
|
||||
bbs_Core;
|
||||
|
||||
Constructor TAnsiMenuHelp.Create;
|
||||
Begin
|
||||
Inherited Create;
|
||||
End;
|
||||
|
||||
Destructor TAnsiMenuHelp.Destroy;
|
||||
Begin
|
||||
Inherited Destroy;
|
||||
End;
|
||||
|
||||
Function TAnsiMenuHelp.StripLinks (Str: String) : String;
|
||||
Var
|
||||
A : Byte;
|
||||
|
@ -83,15 +93,6 @@ Begin
|
|||
Result := Str;
|
||||
End;
|
||||
|
||||
Constructor TAnsiMenuHelp.Create;
|
||||
Begin
|
||||
Inherited Create;
|
||||
End;
|
||||
|
||||
Destructor TAnsiMenuHelp.Destroy;
|
||||
Begin
|
||||
Inherited Destroy;
|
||||
End;
|
||||
|
||||
Function TAnsiMenuHelp.ReadKeywordData : Boolean;
|
||||
Var
|
||||
|
@ -439,4 +440,4 @@ Begin
|
|||
Box.Free;
|
||||
End;
|
||||
|
||||
End.
|
||||
End.
|
Loading…
Reference in New Issue