Code cleanup

This commit is contained in:
mysticbbs 2012-08-15 22:14:48 -04:00
parent 137547d56c
commit aa7031b8b4
1 changed files with 0 additions and 2 deletions

View File

@ -85,8 +85,6 @@ Begin
End; End;
Function TIniReader.ReadInteger (Category, Value: String; DefValue: LongInt) : LongInt; Function TIniReader.ReadInteger (Category, Value: String; DefValue: LongInt) : LongInt;
Var
Str : String;
Begin Begin
Result := strS2I(ReadString(Category, Value, strI2S(DefValue))); Result := strS2I(ReadString(Category, Value, strI2S(DefValue)));
End; End;