Bug 1158542 - Remove TextureImage::mImageFormat; r=jrmuizel

This is never initialized or accessed.
This commit is contained in:
Ehsan Akhgari 2015-04-25 09:44:13 -04:00
Родитель af6c85ac45
Коммит 44d9235ca5
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -196,7 +196,6 @@ public:
gfx::IntSize GetSize() const;
ContentType GetContentType() const { return mContentType; }
ImageFormat GetImageFormat() const { return mImageFormat; }
virtual bool InUpdate() const = 0;
GLenum GetWrapMode() const { return mWrapMode; }
@ -224,7 +223,6 @@ protected:
gfx::IntSize mSize;
GLenum mWrapMode;
ContentType mContentType;
ImageFormat mImageFormat;
gfx::SurfaceFormat mTextureFormat;
GraphicsFilter mFilter;
Flags mFlags;