summaryrefslogtreecommitdiffstats
path: root/sigmodr/models/RootModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigmodr/models/RootModel.cpp')
-rw-r--r--sigmodr/models/RootModel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/sigmodr/models/RootModel.cpp b/sigmodr/models/RootModel.cpp
index ae7697a8..761036d4 100644
--- a/sigmodr/models/RootModel.cpp
+++ b/sigmodr/models/RootModel.cpp
@@ -53,7 +53,6 @@ void Sigmodr::RootModel::deleteSigmod(const Sigmod::Sigmod* sigmod)
{
delete m_objects[i];
m_objects.removeAt(i);
- emit(childRowChanged(i));
break;
}
}