HostDisplay: Drop some unused methods

This commit is contained in:
Connor McLaughlin
2020-04-22 21:15:59 +10:00
parent ea3c0b65cf
commit a02c818245
7 changed files with 0 additions and 42 deletions

View File

@ -33,10 +33,6 @@ public:
virtual RenderAPI GetRenderAPI() const = 0;
virtual void* GetRenderDevice() const = 0;
virtual void* GetRenderContext() const = 0;
virtual void* GetRenderWindow() const = 0;
/// Switches the render window, recreating the surface.
virtual void ChangeRenderWindow(void* new_window) = 0;
/// Call when the window size changes externally to recreate any resources.
virtual void WindowResized(s32 new_window_width, s32 new_window_height);