mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VideoBackendBase: Remove unused stub Initialize implementation
Both D3D and OGL have their own overrides, so this isn't used.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user