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.
2 parents 357509a + 99384ce commit f16a2c9Copy full SHA for f16a2c9
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