Code cleanup
This commit is contained in:
parent
137547d56c
commit
aa7031b8b4
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue