summaryrefslogtreecommitdiffstats
path: root/src/IniFile.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/IniFile.h (renamed from lib/inifile/iniFile.h)6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/inifile/iniFile.h b/src/IniFile.h
index 33229bff0..3f704551f 100644
--- a/lib/inifile/iniFile.h
+++ b/src/IniFile.h
@@ -154,12 +154,6 @@ public:
}
bool SetValueF(const AString & a_KeyName, const AString & a_ValueName, const double a_Value, const bool a_CreateIfNotExists = true);
- // tolua_end
-
- bool SetValueV( const AString & a_KeyName, const AString & a_ValueName, const char * a_Format, ...);
-
- // tolua_begin
-
// Deletes specified value.
// Returns true if value existed and deleted, false otherwise.
bool DeleteValueByID(const int keyID, const int valueID);