Remove unused member variables

This commit is contained in:
2019-09-27 12:16:42 +02:00
parent cdec3ea444
commit 558bc4c137
-1
View File
@@ -15,7 +15,6 @@ template<typename T>
class RawImage : public RawImageAbs
{
uint32_t m_width,m_height;
uint32_t m_width1,m_height1;
std::vector<T> m_img;
bool checkPixel(T c, uint32_t x, uint32_t y) const
{