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 d5b150b commit 450f6f4Copy full SHA for 450f6f4
1 file changed
src/_path_wrapper.cpp
@@ -8,7 +8,6 @@
8
PyObject *convert_polygon_vector(std::vector<Polygon> &polygons)
9
{
10
PyObject *pyresult = PyList_New(polygons.size());
11
- bool fix_endpoints;
12
13
for (size_t i = 0; i < polygons.size(); ++i) {
14
Polygon poly = polygons[i];
0 commit comments