From 709417b36dca6d8807e5506bbc0fcd3e75a547be Mon Sep 17 00:00:00 2001 From: Duy-Nguyen Ta Date: Mon, 14 Nov 2016 00:00:35 -0500 Subject: [PATCH] remove unused --- wrap/Argument.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/wrap/Argument.h b/wrap/Argument.h index e288be411..3ecb83679 100644 --- a/wrap/Argument.h +++ b/wrap/Argument.h @@ -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;