0031004: Coding - eliminate warnings issued by gcc 9.1.0
[occt.git] / src / Graphic3d / Graphic3d_WorldViewProjState.hxx
index 03713cb..0793bda 100644 (file)
@@ -141,15 +141,6 @@ public:
         && myWorldViewState  == theOther.myWorldViewState;
   }
 
-  //! Copy world view projection state.
-  void operator = (const Graphic3d_WorldViewProjState& theOther)
-  {
-    myIsValid         = theOther.myIsValid;
-    myCamera          = theOther.myCamera;
-    myProjectionState = theOther.myProjectionState;
-    myWorldViewState  = theOther.myWorldViewState;
-  }
-
 private:
 
   Standard_Boolean    myIsValid;