From 558bc4c1377d27a482671af42d215f3d31bfc186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Poizl?= Date: Fri, 27 Sep 2019 12:16:42 +0200 Subject: [PATCH] Remove unused member variables --- rawimage.h | 1 - 1 file changed, 1 deletion(-) 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 {