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:
Simon Richter 2016-06-29 09:52:48 -04:00 committed by Wayne Stambaugh
parent 5fa8aa3660
commit 1cb9260972
1 changed files with 0 additions and 3 deletions

View File

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