Remove unused member variables
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user