remove unused

release/4.3a0
Duy-Nguyen Ta 2016-11-14 00:00:35 -05:00
parent 6cbd613b43
commit 709417b36d
1 changed files with 0 additions and 6 deletions

View File

@ -56,12 +56,6 @@ struct Argument {
/// return MATLAB class for use in isa(x,class)
std::string matlabClass(const std::string& delim = "") const;
/// Check if will be unwrapped using scalar login in wrap/matlab.h
bool isScalar() const;
bool isString() const;
bool isEigen() const;
bool isNonBasicType() const;
/// MATLAB code generation, MATLAB to C++
void matlab_unwrap(FileWriter& file, const std::string& matlabName) const;