From deda95fb1640194669ab81f1e382e54527a20002 Mon Sep 17 00:00:00 2001
From: Cresson Remi <remi.cresson@irstea.fr>
Date: Wed, 29 May 2019 15:00:24 +0200
Subject: [PATCH] REFAC: remove SetDocName()

---
 app/otbMeanResample.cxx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app/otbMeanResample.cxx b/app/otbMeanResample.cxx
index a9522e5..e92d88c 100644
--- a/app/otbMeanResample.cxx
+++ b/app/otbMeanResample.cxx
@@ -55,7 +55,6 @@ public:
     SetDescription("Resample an image using the mean value of the pixels over a square neighborhood");
 
     // Documentation
-    SetDocName("ExtractBand");
     SetDocLongDescription("This application decimates an input image using the mean value of the pixels neighborhood");
     SetDocLimitations("None");
     SetDocAuthors("Remi Cresson");
-- 
GitLab