summaryrefslogtreecommitdiff
path: root/src/ini_type.h
diff options
context:
space:
mode:
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();