remove unused assignment

This commit is contained in:
Paul Davis 2019-10-10 14:35:03 -06:00
parent 58595a839b
commit cb116ca634
1 changed files with 0 additions and 1 deletions

View File

@ -873,6 +873,5 @@ EditorSources::get_state () const
void
EditorSources::set_state (const XMLNode & node)
{
bool changed = false;
}