mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-10 19:47:40 +01:00
D3DCommon: Remove unused swap chain functions
These were added in ea15080d8f59a62ba347ff4c6037116035bc69b4 (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…
x
Reference in New Issue
Block a user