Delete fields from FrameBufferDX9 with the same names as in the FrameBufferCommon

This commit is contained in:
gmvbif 2015-12-31 14:47:34 +03:00
parent 61075d6ac8
commit f8f7dadba4

View File

@ -130,8 +130,6 @@ private:
TextureCacheDX9 *textureCache_;
ShaderManagerDX9 *shaderManager_;
TransformDrawEngineDX9 *transformDraw_;
bool usePostShader_;
bool postShaderAtOutputResolution_;
// Used by post-processing shader
std::vector<FBO *> extraFBOs_;