aboutsummaryrefslogtreecommitdiff
path: root/src/identitycollection.cpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-11-05 09:51:17 +0100
committerFelix (xq) Queißner <git@mq32.de>2020-11-05 09:51:17 +0100
commite46168eaf0ccbfc258deaf36d0bad79a95f83850 (patch)
treea56779b2441eb6f9088cfbcf4e263b8a882738f7 /src/identitycollection.cpp
parent204b08a9303e75cd8d4c252b0554935062766f86 (diff)
downloadkristall-e46168eaf0ccbfc258deaf36d0bad79a95f83850.tar.gz
Tries to fix #43.
Diffstat (limited to 'src/identitycollection.cpp')
-rw-r--r--src/identitycollection.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/identitycollection.cpp b/src/identitycollection.cpp
index d68ab11..36e78cb 100644
--- a/src/identitycollection.cpp
+++ b/src/identitycollection.cpp
@@ -34,7 +34,6 @@ IdentityCollection::IdentityCollection(const IdentityCollection &other)
root.children.emplace_back(std::move(dst_group));
}
-
relayout();
}