From 1cb92609729b1d9ee8c606e455547c64ccf3cc18 Mon Sep 17 00:00:00 2001 From: Simon Richter Date: Wed, 29 Jun 2016 09:52:48 -0400 Subject: [PATCH] 3D Viewer: drop extra copy ctors from IFSG_NODE. * This is unnecessary. Explicitly specifying the regular copy ctor will inhibit any generated versions. --- include/plugins/3dapi/ifsg_node.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/plugins/3dapi/ifsg_node.h b/include/plugins/3dapi/ifsg_node.h index 6b3641ee2a..f949c80b76 100644 --- a/include/plugins/3dapi/ifsg_node.h +++ b/include/plugins/3dapi/ifsg_node.h @@ -62,9 +62,6 @@ public: // deleted operators IFSG_NODE( const IFSG_NODE& aParent ) = delete; - IFSG_NODE( IFSG_NODE& aParent ) = delete; - IFSG_NODE( volatile const IFSG_NODE& aParent ) = delete; - IFSG_NODE( volatile IFSG_NODE& aParent ) = delete; IFSG_NODE& operator= ( const IFSG_NODE& ) = delete; /**