diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/settings.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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"; |