X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPVViewer%2FPVViewer_LogWindowAdapter.cxx;h=ac4fa9c4a2276d191546018ad13c2c7c3ea0dfd8;hb=2400f3659b65727d5a776dccd3d5dd506d755a88;hp=fc3801103696ac564e81363f818b2919bd3f37d8;hpb=c4b058d18583af7f94042eb55d4b933dd222d2e6;p=modules%2Fgui.git diff --git a/src/PVViewer/PVViewer_LogWindowAdapter.cxx b/src/PVViewer/PVViewer_LogWindowAdapter.cxx index fc3801103..ac4fa9c4a 100644 --- a/src/PVViewer/PVViewer_LogWindowAdapter.cxx +++ b/src/PVViewer/PVViewer_LogWindowAdapter.cxx @@ -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( SUIT_Session::session()->activeApplication() ); -// if ( anApp ) -// wnd = anApp->logWindow(); -// return wnd; -//} - void PVViewer_LogWindowAdapter::DisplayText(const char* text) { ++this->TextCount;