diff --git a/rawimage.h b/rawimage.h index 8778d5d..d69f6f0 100644 --- a/rawimage.h +++ b/rawimage.h @@ -15,7 +15,6 @@ template class RawImage : public RawImageAbs { uint32_t m_width,m_height; - uint32_t m_width1,m_height1; std::vector m_img; bool checkPixel(T c, uint32_t x, uint32_t y) const {