Remove accidental commit in Module
parent
5e29bc5b67
commit
c378d7379f
|
@ -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 {
|
||||
|
|
|
@ -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<std::string>& functionNames) const;
|
||||
|
||||
void generateIncludes(FileWriter& file) const;
|
||||
|
|
Loading…
Reference in New Issue