From 9b1591f3bb512ed5aed527709a3f8fa926403e6e Mon Sep 17 00:00:00 2001 From: Marcel Walter Date: Thu, 14 Sep 2023 19:09:36 +0200 Subject: [PATCH] :twisted_rightwards_arrows: Fix merge conflicts --- include/fiction/layouts/cell_level_layout.hpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/include/fiction/layouts/cell_level_layout.hpp b/include/fiction/layouts/cell_level_layout.hpp index c6c050ac2..aea701153 100644 --- a/include/fiction/layouts/cell_level_layout.hpp +++ b/include/fiction/layouts/cell_level_layout.hpp @@ -146,18 +146,6 @@ class cell_level_layout : public ClockedLayout return copy; } - /** - * Clones the layout returning a deep copy. - * - * @return Deep copy of the layout. - */ - cell_level_layout clone() const - { - auto cl = cell_level_layout{strg}; - cl.strg = std::make_shared>(*strg); - return cl; - } - #pragma endregion #pragma region Cell types