diff --git a/wrap/Module.cpp b/wrap/Module.cpp index 74003e277..3cfdf2903 100644 --- a/wrap/Module.cpp +++ b/wrap/Module.cpp @@ -458,9 +458,6 @@ void Module::generateIncludes(FileWriter& file) const { file.oss << "\n"; } -/* ************************************************************************* */ -void Module::python_code(const string& toolboxPath, const string& headerPath) const { -} /* ************************************************************************* */ void Module::matlab_code(const string& toolboxPath, const string& headerPath) const { diff --git a/wrap/Module.h b/wrap/Module.h index c5344b67a..93f699e14 100644 --- a/wrap/Module.h +++ b/wrap/Module.h @@ -61,11 +61,6 @@ struct Module { const std::string& path, const std::string& headerPath) const; // FIXME: headerPath not actually used? - /// Python code generation: - void python_code( - const std::string& path, - const std::string& headerPath) const; // FIXME: headerPath not actually used? - void finish_wrapper(FileWriter& file, const std::vector& functionNames) const; void generateIncludes(FileWriter& file) const;