diff --git a/include/wx/log.h b/include/wx/log.h index 944df18f39..5d492339b8 100644 --- a/include/wx/log.h +++ b/include/wx/log.h @@ -82,10 +82,7 @@ public: bool HasPendingMessages() const { return m_bHasMessages; } // only one sink is active at each moment - // get current log target, will call wxApp::CreateLogTarget() to create one - // if - static wxLog *GetActiveTarget(); - // change log target, pLogger = NULL disables logging. if bNoFlashOld is true, + // change log target, pLogger = NULL disables logging. if bNoFlashOld is true, // the old log target isn't flashed which might lead to loss of messages! // returns the previous log target static wxLog *SetActiveTarget(wxLog *pLogger, bool bNoFlashOld = FALSE);