From 8c72e73afe521272d5c2061acdbdc9b6ceef0973 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