From 6114e5cdbb726fee0e92bfc68f080a1d3970cb7a Mon Sep 17 00:00:00 2001 From: Rashad Kanavath <rashad.kanavath@c-s.fr> Date: Fri, 27 Mar 2015 16:49:41 +0100 Subject: [PATCH] unused method in swig pythoncode Signed-off-by: Rashad Kanavath <rashad.kanavath@c-s.fr> --- Modules/Wrappers/SWIG/src/otbApplication.i | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Modules/Wrappers/SWIG/src/otbApplication.i b/Modules/Wrappers/SWIG/src/otbApplication.i index 0648e30c74..78c9450bfc 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. -- GitLab