Merge pull request #934 from lioncash/unused

DolphinWX: Get rid of unnecessary getName function in LogWindow
This commit is contained in:
Lioncash 2014-09-01 20:21:15 -04:00
commit aec639470f
1 changed files with 0 additions and 3 deletions

View File

@ -87,7 +87,4 @@ private:
void OnClear(wxCommandEvent& event);
void OnLogTimer(wxTimerEvent& WXUNUSED(event));
void UpdateLog();
// LogListener
const char *getName() const { return "LogWindow"; }
};