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; /**