Salome HOME
Copyright update 2022
[modules/gui.git] / src / PyViewer / PyViewer_ViewModel.h
index 9c5fb299773d4df60ecd20a5fcd52a500076e2b3..88478e758e70c5ba77b67ab3ae816232ce2c8ca5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015 OPEN CASCADE
+// Copyright (C) 2015-2022  OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -43,9 +43,6 @@ public:
 
   virtual QString getType() const { return Type(); }
   static  QString Type() { return "PyViewer"; }
-
-protected:
-  void initView( PyViewer_ViewWindow* theViewModel );
 };
 
 #endif // PYVIEWER_VIEWMODEL_H