--- nono/lib/config.h 2026/04/29 17:04:34 1.1.1.2 +++ nono/lib/config.h 2026/04/29 17:04:40 1.1.1.3 @@ -147,6 +147,9 @@ class Config bool Add(const std::string& key, int value); bool Add(const std::string& key, const std::string& value); + // 項目を削除 + void Delete(const std::string& key); + // 以降書き込み禁止にする (プログラムミスを避けるため) void Fix();