From c300bbb2d81af8c30a43589232951b55a2db88b5 Mon Sep 17 00:00:00 2001 From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org> Date: Sat, 9 Jul 2011 22:55:10 -0700 Subject: [PATCH] ENH: cleanup --- Utils/otbDEMConvert.cxx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Utils/otbDEMConvert.cxx b/Utils/otbDEMConvert.cxx index a414e48adb..13e0759087 100644 --- a/Utils/otbDEMConvert.cxx +++ b/Utils/otbDEMConvert.cxx @@ -46,7 +46,6 @@ int generic_convert_to_tif(otb::ApplicationOptionsResult* parseResult, std::stri return EXIT_SUCCESS; } - int DEMConvert::Describe(ApplicationDescriptor* descriptor) { descriptor->SetName("DEMConvertApplication"); @@ -58,11 +57,6 @@ int DEMConvert::Describe(ApplicationDescriptor* descriptor) return EXIT_SUCCESS; } -int temporaryMethod(std::string tempFilename, std::string output) -{ -} - - /* The main is simple : read image using OTB and write it as a tif. * Read this tif using OSSIM and convert it as a general raster file (.ras, .geom and . omd) * first write the image as a tif (supported by OSSIM) allows to not only be abble to work @@ -145,9 +139,7 @@ int DEMConvert::Execute(otb::ApplicationOptionsResult* parseResult) std::cout<<"Enable to erase the output temporary file "<<tempFilename<<"."<<std::endl; } } - return EXIT_SUCCESS; } - } // namespace otb -- GitLab