diff options
Diffstat (limited to 'src/libs/client/PatchModel.h')
-rw-r--r-- | src/libs/client/PatchModel.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libs/client/PatchModel.h b/src/libs/client/PatchModel.h index 7dbad00b..402e84c3 100644 --- a/src/libs/client/PatchModel.h +++ b/src/libs/client/PatchModel.h @@ -87,10 +87,6 @@ private: void rename_node(const Path& old_path, const Path& new_path); void rename_node_port(const Path& old_path, const Path& new_path); - // Prevent copies (undefined) - PatchModel(const PatchModel& copy); - PatchModel& operator=(const PatchModel& copy); - NodeModelMap m_nodes; ConnectionList m_connections; string m_filename; |