Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e60dc commit 2f41665Copy full SHA for 2f41665
1 file changed
src/_backend_agg.cpp
@@ -166,7 +166,6 @@ BufferRegion::to_string_argb(const Py::Tuple &args)
166
throw Py::TypeError("Could not create memory for blit");
167
}
168
169
- pix = begin;
170
for (i = 0; i < (size_t)height; ++i)
171
{
172
pix = begin + i * stride;
0 commit comments