mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-20 23:51:18 +01:00
Remove AudacityApp::GetLogger() & HelpActions::DoShowLog()
This commit is contained in:
@@ -27,7 +27,9 @@ class wxTextCtrl;
|
||||
|
||||
class AudacityLogger final : public wxEvtHandler, public wxLog {
|
||||
public:
|
||||
AudacityLogger();
|
||||
|
||||
// Get the singleton instance or null
|
||||
static AudacityLogger *Get();
|
||||
|
||||
void Show(bool show = true);
|
||||
|
||||
@@ -40,6 +42,8 @@ class AudacityLogger final : public wxEvtHandler, public wxLog {
|
||||
void DoLogText(const wxString & msg) override;
|
||||
|
||||
private:
|
||||
AudacityLogger();
|
||||
|
||||
void OnCloseWindow(wxCloseEvent & e);
|
||||
void OnClose(wxCommandEvent & e);
|
||||
void OnClear(wxCommandEvent & e);
|
||||
|
||||
Reference in New Issue
Block a user