summaryrefslogtreecommitdiff
path: root/src/ini_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-08-25 15:15:41 +0000
committerrubidium <rubidium@openttd.org>2008-08-25 15:15:41 +0000
commit621a9b647afce6a9d8172bea6c8f781f5151bb29 (patch)
treee0c81bcd849d7f96b671cd698a6d2c6331595c75 /src/ini_type.h
parent262ddecfc56b31e1b59457ecacc0267517088a3f (diff)
downloadopenttd-621a9b647afce6a9d8172bea6c8f781f5151bb29.tar.xz
(svn r14167) -Fix: items in some ini-groups got duplicated on save.
Diffstat (limited to 'src/ini_type.h')
-rw-r--r--src/ini_type.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ini_type.h b/src/ini_type.h
index 060af5d66..7bbc2ca20 100644
--- a/src/ini_type.h
+++ b/src/ini_type.h
@@ -26,14 +26,6 @@ struct IniItem {
*/
IniItem(struct IniGroup *parent, const char *name, size_t len = 0);
- /**
- * Construct a new in-memory item of an Ini file.
- * @param parent the group we belong to
- * @param name the name of the item
- * @param value the value to immediatelly assign
- */
- IniItem(IniGroup *parent, const char *name, const char *value);
-
/** Free everything we loaded. */
~IniItem();