D3DCommon: Remove unused swap chain functions

These were added in ea15080d8f (which added D3DCommon), but never were used.
This commit is contained in:
Pokechu22 2022-08-17 18:16:50 -07:00
parent da7aded00d
commit 3c38f5c1d2

View File

@ -29,9 +29,6 @@ public:
AbstractTextureFormat GetFormat() const { return m_texture_format; }
u32 GetWidth() const { return m_width; }
u32 GetHeight() const { return m_height; }
u32 GetLayers() const { return m_stereo ? 2u : 1u; }
bool IsStereoEnabled() const { return m_stereo; }
bool HasExclusiveFullscreen() const { return m_has_fullscreen; }
// Mode switches.
bool GetFullscreen() const;