diff --git a/src/settings.cpp b/src/settings.cpp index a8b15b6c2..2f515caba 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -254,7 +254,6 @@ bool Settings::updateConfigObject(std::istream &is, std::ostream &os, printEntry(os, name, it->second, tab_depth); was_modified = true; } else { - assert(it->second.group == NULL); os << line << "\n"; if (event == SPE_MULTILINE) os << value << "\n\"\"\"\n";