mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
Merge pull request #756 from magcius/remove-unused
VideoBackendBase: Remove unused stub Initialize implementation
This commit is contained in:
commit
8cfbbb357e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user