Remove unused field from GetPixelsDelegate in convolution filter

This commit is contained in:
David Capello 2019-03-11 11:43:22 -03:00
parent 2527b90544
commit 41707c103d

View File

@ -27,7 +27,6 @@ using namespace doc;
namespace {
struct GetPixelsDelegate {
uint32_t color;
int div;
const int* matrixData;