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

@@ -23,9 +23,6 @@ public:
RenderAPI GetRenderAPI() const override;
void* GetRenderDevice() const override;
void* GetRenderContext() const override;
void* GetRenderWindow() const override;
void ChangeRenderWindow(void* new_window) override;
void WindowResized(s32 new_window_width, s32 new_window_height) override;
std::unique_ptr<HostDisplayTexture> CreateTexture(u32 width, u32 height, const void* data, u32 data_stride,