From 7ca6f83752fbf8c7afeb00cbe1f099f55d7337cd Mon Sep 17 00:00:00 2001 From: kreso-t Date: Sun, 19 Aug 2018 16:52:13 +0200 Subject: [PATCH] fix for pybind11 --- src/Mod/Path/libarea/pyarea.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Mod/Path/libarea/pyarea.cpp b/src/Mod/Path/libarea/pyarea.cpp index 87af8e68de..4256ae4625 100644 --- a/src/Mod/Path/libarea/pyarea.cpp +++ b/src/Mod/Path/libarea/pyarea.cpp @@ -396,9 +396,3 @@ PYBIND11_MODULE(area, m){ }; - - -using namespace AdaptivePath; -PYBIND11_MODULE(AdaptivePath, m){ - -} \ No newline at end of file