remove test function

This commit is contained in:
Joachim Schoeberl 2014-10-07 12:18:28 +00:00
parent e456fce948
commit bdc3718499

View File

@ -535,8 +535,6 @@ BOOST_PYTHON_MODULE(libcsgvis)
using namespace netgen;
cout << "exporting csg-vis " << endl;
bp::def("hi", &Hi);
bp::class_<VisualSceneGeometry, shared_ptr<VisualSceneGeometry>>
("VisualSceneGeometry", bp::no_init)