Cleanup: Remove unnecessary extern "C" from Python files

This commit is contained in:
Hans Goudey
2023-09-13 15:23:17 -04:00
parent 27a36ccc0f
commit b67bf17139
3 changed files with 0 additions and 24 deletions

View File

@@ -45,10 +45,6 @@
#include "../stroke/StrokeRep.h"
#ifdef __cplusplus
extern "C" {
#endif
using namespace Freestyle;
using namespace Freestyle::Geometry;
@@ -803,7 +799,3 @@ int convert_v2(PyObject *obj, void *v)
}
///////////////////////////////////////////////////////////////////////////////////////////
#ifdef __cplusplus
}
#endif