summaryrefslogtreecommitdiffstats
path: root/src/IniFile.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-10-24 08:49:36 +0200
committerMattes D <github@xoft.cz>2014-10-24 08:49:36 +0200
commite272637ff582f3e32794bc7b2a1a23564bba54c4 (patch)
tree03e5b6488f27a9cb3147a2d8da50a0100cec9ef0 /src/IniFile.h
parentFixed formatstring (diff)
downloadcuberite-e272637ff582f3e32794bc7b2a1a23564bba54c4.tar
cuberite-e272637ff582f3e32794bc7b2a1a23564bba54c4.tar.gz
cuberite-e272637ff582f3e32794bc7b2a1a23564bba54c4.tar.bz2
cuberite-e272637ff582f3e32794bc7b2a1a23564bba54c4.tar.lz
cuberite-e272637ff582f3e32794bc7b2a1a23564bba54c4.tar.xz
cuberite-e272637ff582f3e32794bc7b2a1a23564bba54c4.tar.zst
cuberite-e272637ff582f3e32794bc7b2a1a23564bba54c4.zip
Diffstat (limited to 'src/IniFile.h')
-rw-r--r--src/IniFile.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/IniFile.h b/src/IniFile.h
index 44b3422d0..3f704551f 100644
--- a/src/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, ...) FORMATSTRING(3,4);
-
- // tolua_begin
-
// Deletes specified value.
// Returns true if value existed and deleted, false otherwise.
bool DeleteValueByID(const int keyID, const int valueID);