Salome HOME
Update comments
[modules/gui.git] / src / SUIT / SUIT_ViewManager.h
index 8370b7d5b6ccc4d03a7c1d6c4dcd4a4c65dd355b..eb82e0b7a1acd98b05be3168626013a35526f5c3 100755 (executable)
@@ -44,7 +44,6 @@ public:
   QString          getTitle() const { return myTitle;}
   void             setTitle(QString theTitle) { myTitle = theTitle; }
 
-  /*! Creates View, adds it into list of views and returns just created view window*/
   SUIT_ViewWindow* createViewWindow();
 
 public slots: