removed unsued variables

This commit is contained in:
favoritas37 2016-02-20 16:15:06 +02:00
parent ea5c7c1d52
commit 66ef3add5a
1 changed files with 0 additions and 2 deletions

View File

@ -34,8 +34,6 @@ private:
QImage* sharpen(const QImage *origin); QImage* sharpen(const QImage *origin);
QImage* image; QImage* image;
unsigned char* pRow;
unsigned char* pMatrix;
}; };
#endif //CAMERAIMAGE_H #endif //CAMERAIMAGE_H