@@ -308,8 +263,6 @@ PYBIND11_EMBEDDED_MODULE(openflipper, m) {
// to work on the existing one.
core.def(py::init([](){returncore_;}));
core.def("updateView",&Core::updateView,QCoreApplication::translate("PythonDocCore","Redraw the contents of the viewer.").toLatin1().data());
core.def("blockScenegraphUpdates",&Core::blockScenegraphUpdates,QCoreApplication::translate("PythonDocCore","Disable Scenegraph Updates (e.g. before loading or adding a large number of files)").toLatin1().data());
core.def("updateUI",&Core::updateUI,QCoreApplication::translate("PythonDocCore","Process events during script execution to keep the ui alive").toLatin1().data());
message("Deprecated naming scheme! The file ${_file} ends with T.cc indicating it is a template only implementation file. Please rename to T_impl.hh to avoid problems with several IDEs.")