Cleanup: Remove unnecessary extern "C" from Python files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user