From 621a9b647afce6a9d8172bea6c8f781f5151bb29 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 25 Aug 2008 15:15:41 +0000 Subject: (svn r14167) -Fix: items in some ini-groups got duplicated on save. --- src/ini_type.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/ini_type.h') 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(); -- cgit v1.2.3-54-g00ecf