From c1cc3e174508a11f10a1f3b04c198c6ad0426294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Traizet?= <cedric.traizet@c-s.fr> Date: Fri, 3 May 2019 17:26:12 +0200 Subject: [PATCH] BUG: remove unimplemented method --- .../CommandLine/include/otbWrapperCommandLineLauncher.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/Modules/Wrappers/CommandLine/include/otbWrapperCommandLineLauncher.h b/Modules/Wrappers/CommandLine/include/otbWrapperCommandLineLauncher.h index 9e097a67cf..e6a26418b2 100644 --- a/Modules/Wrappers/CommandLine/include/otbWrapperCommandLineLauncher.h +++ b/Modules/Wrappers/CommandLine/include/otbWrapperCommandLineLauncher.h @@ -112,9 +112,6 @@ public: /** Create and display the help of the application */ void DisplayHelp(bool longHelp=false); - /** Create and display the long help of the application */ - void DisplayLongHelp(); - /** Performs specific action for testing environment */ void LoadTestEnv(); -- GitLab