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