mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 22:58:50 +00:00
Merge pull request #934 from lioncash/unused
DolphinWX: Get rid of unnecessary getName function in LogWindow
This commit is contained in:
commit
aec639470f
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue