Salome HOME
SIMAN removal
[modules/gui.git] / src / PVViewer / PVViewer_LogWindowAdapter.cxx
index 880295cdce35d1d338e4aaa547e286dc51dd88db..ac4fa9c4a2276d191546018ad13c2c7c3ea0dfd8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2010-2015  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -28,8 +28,6 @@
 
 vtkStandardNewMacro(PVViewer_LogWindowAdapter);
 
-
-
 /*!
  * Put the message in the log window. 
  */
@@ -86,15 +84,6 @@ const unsigned int PVViewer_LogWindowAdapter::getGenericWarningCount()
   return this->GenericWarningCount;
 }
 
-//LogWindow* PVViewer_LogWindowAdapter::getLogWindow()
-//{
-//  LogWindow* wnd = 0;
-//  LightApp_Application* anApp = dynamic_cast<LightApp_Application*>( SUIT_Session::session()->activeApplication() );
-//  if ( anApp )
-//    wnd = anApp->logWindow();
-//  return wnd;
-//}
-
 void PVViewer_LogWindowAdapter::DisplayText(const char* text)
 {
   ++this->TextCount;