Code cleanup

This commit is contained in:
mysticbbs 2012-02-18 01:52:13 -05:00
parent 060e535cb7
commit eeccc8cc93
1 changed files with 11 additions and 10 deletions

View File

@ -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