mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
D3DCommon: Remove unused swap chain functions
These were added in ea15080d8f
(which added D3DCommon), but never were used.
This commit is contained in:
parent
da7aded00d
commit
3c38f5c1d2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user