mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-11 06:59:07 +01:00
DolphinWX: Get rid of unnecessary getName function in LogWindow
This commit is contained in:
parent
b026217984
commit
20c2e8e895
@ -87,7 +87,4 @@ private:
|
|||||||
void OnClear(wxCommandEvent& event);
|
void OnClear(wxCommandEvent& event);
|
||||||
void OnLogTimer(wxTimerEvent& WXUNUSED(event));
|
void OnLogTimer(wxTimerEvent& WXUNUSED(event));
|
||||||
void UpdateLog();
|
void UpdateLog();
|
||||||
|
|
||||||
// LogListener
|
|
||||||
const char *getName() const { return "LogWindow"; }
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user