Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #756 from magcius/remove-unused
VideoBackendBase: Remove unused stub Initialize implementation
  • Loading branch information
dolphin-emu-bot committed Aug 7, 2014
2 parents e0c5e05 + c54fef5 commit 8cfbbb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Core/VideoCommon/VideoBackendBase.h
Expand Up @@ -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;

Expand Down

0 comments on commit 8cfbbb3

Please sign in to comment.