From c378d7379f3a4f662c620ce05fb805f2af04d11c Mon Sep 17 00:00:00 2001 From: Andrew Melim Date: Sat, 26 Oct 2013 22:41:18 +0000 Subject: [PATCH] Remove accidental commit in Module --- wrap/Module.cpp | 3 --- wrap/Module.h | 5 ----- 2 files changed, 8 deletions(-) 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;