3D Viewer: drop extra copy ctors from IFSG_NODE.
* This is unnecessary. Explicitly specifying the regular copy ctor will inhibit any generated versions.
This commit is contained in:
parent
5fa8aa3660
commit
1cb9260972
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue