diff --git a/Code/Wrappers/SWIG/otbApplication.i b/Code/Wrappers/SWIG/otbApplication.i index 71371bf2ba960c2b810d9d584cc6f5a78af14576..8d033c5414b670df07612f7fad544a43d163701c 100644 --- a/Code/Wrappers/SWIG/otbApplication.i +++ b/Code/Wrappers/SWIG/otbApplication.i @@ -133,7 +133,6 @@ public: std::vector<std::string> GetParameterStringList(std::string parameter); std::string GetParameterAsString(std::string paramKey); - std::vector<std::string> GetParametersKeys(bool recursive); protected: Application();