diff --git a/Modules/Wrappers/SWIG/src/otbApplication.i b/Modules/Wrappers/SWIG/src/otbApplication.i index 0648e30c74ee32296811eae7e726884a8134fe13..78c9450bfce6b798d70edeeab7a2b6c8bed45197 100644 --- a/Modules/Wrappers/SWIG/src/otbApplication.i +++ b/Modules/Wrappers/SWIG/src/otbApplication.i @@ -463,13 +463,6 @@ import keyword print "Unsupported parameter type for '" + paramKey + "'" return None - def first_char_to_lower(self, s): - if s: - return s[:1].lower() + s[1:] - else: - return s - - def __getattr__(self,attr): """ __get_attribute__ is called whenever an instance request an attribute.