Merge pull request #756 from magcius/remove-unused

VideoBackendBase: Remove unused stub Initialize implementation
This commit is contained in:
Dolphin Bot 2014-08-07 04:48:10 +02:00
commit 8cfbbb357e
1 changed files with 0 additions and 1 deletions

View File

@ -127,7 +127,6 @@ extern VideoBackend* g_video_backend;
class VideoBackendHardware : public VideoBackend
{
void RunLoop(bool enable) override;
bool Initialize(void *&) override { InitializeShared(); return true; }
void EmuStateChange(EMUSTATE_CHANGE) override;