mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 16:16:05 +00: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:
parent
601a406e95
commit
c54fef5496
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue