Remove accidental commit in Module

release/4.3a0
Andrew Melim 2013-10-26 22:41:18 +00:00
parent 5e29bc5b67
commit c378d7379f
2 changed files with 0 additions and 8 deletions

View File

@ -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 {

View File

@ -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;