Code cleanup
This commit is contained in:
parent
137547d56c
commit
aa7031b8b4
|
@ -85,8 +85,6 @@ Begin
|
|||
End;
|
||||
|
||||
Function TIniReader.ReadInteger (Category, Value: String; DefValue: LongInt) : LongInt;
|
||||
Var
|
||||
Str : String;
|
||||
Begin
|
||||
Result := strS2I(ReadString(Category, Value, strI2S(DefValue)));
|
||||
End;
|
||||
|
|
Loading…
Reference in New Issue