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