aboutsummaryrefslogtreecommitdiff
path: root/xbmc/rendering/RenderSystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/rendering/RenderSystem.h')
-rw-r--r--xbmc/rendering/RenderSystem.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/xbmc/rendering/RenderSystem.h b/xbmc/rendering/RenderSystem.h
index 50d24b7fe3..be7709f8e5 100644
--- a/xbmc/rendering/RenderSystem.h
+++ b/xbmc/rendering/RenderSystem.h
@@ -48,8 +48,6 @@ enum
RENDER_CAPS_DXT = (1 << 0),
RENDER_CAPS_NPOT = (1 << 1),
RENDER_CAPS_DXT_NPOT = (1 << 2),
- RENDER_CAPS_BGRA = (1 << 3),
- RENDER_CAPS_BGRA_APPLE = (1 << 4)
};
class CGUIImage;
@@ -109,8 +107,6 @@ public:
const std::string& GetRenderRenderer() const { return m_RenderRenderer; }
const std::string& GetRenderVersionString() const { return m_RenderVersion; }
bool SupportsDXT() const;
- bool SupportsBGRA() const;
- bool SupportsBGRAApple() const;
bool SupportsNPOT(bool dxt) const;
virtual bool SupportsStereo(RENDER_STEREO_MODE mode) const;
unsigned int GetMaxTextureSize() const { return m_maxTextureSize; }