X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/83e056ab371e643b54cf34b5002ed88e1e51b727..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/log.h diff --git a/interface/wx/log.h b/interface/wx/log.h index 998f015959..7dbed9bc56 100644 --- a/interface/wx/log.h +++ b/interface/wx/log.h @@ -2,7 +2,6 @@ // Name: log.h // Purpose: interface of wxLog* classes // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -949,12 +948,6 @@ public: */ virtual bool OnFrameClose(wxFrame* frame); - /** - Called immediately after the log frame creation allowing for - any extra initializations. - */ - virtual void OnFrameCreate(wxFrame* frame); - /** Called right before the log frame is going to be deleted: will always be called unlike OnFrameClose().