|
|
@@ -1756,7 +1756,6 @@ private:
|
|
|
UnicodeString FRootKey;
|
|
|
|
|
|
bool __fastcall AllowWrite();
|
|
|
- void __fastcall NotImplemented();
|
|
|
bool __fastcall AllowSection(const UnicodeString & Section);
|
|
|
UnicodeString __fastcall FormatKey(const UnicodeString & Section, const UnicodeString & Ident);
|
|
|
};
|
|
|
@@ -1773,11 +1772,6 @@ __fastcall TOptionsIniFile::TOptionsIniFile(TStrings * Options, TWriteMode Write
|
|
|
}
|
|
|
}
|
|
|
//---------------------------------------------------------------------------
|
|
|
-void __fastcall TOptionsIniFile::NotImplemented()
|
|
|
-{
|
|
|
- throw Exception(L"Not implemented");
|
|
|
-}
|
|
|
-//---------------------------------------------------------------------------
|
|
|
bool __fastcall TOptionsIniFile::AllowWrite()
|
|
|
{
|
|
|
switch (FWriteMode)
|