From 5b200cbe0dbd143a4545367b80d734c76c9cb0ce Mon Sep 17 00:00:00 2001 From: OTB Bot <otbbot@orfeo-toolbox.org> Date: Sat, 3 Dec 2011 19:57:38 +0100 Subject: [PATCH] STYLE --- Applications/Classification/otbKMeansClassification.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Applications/Classification/otbKMeansClassification.cxx b/Applications/Classification/otbKMeansClassification.cxx index 0daf81dce1..a6dcff9829 100644 --- a/Applications/Classification/otbKMeansClassification.cxx +++ b/Applications/Classification/otbKMeansClassification.cxx @@ -38,7 +38,6 @@ namespace otb { - namespace Wrapper { @@ -108,7 +107,6 @@ typedef UInt8ImageType LabeledImageType; typedef LabeledImageType::PixelType LabelType; - typedef FloatVectorImageType::PixelType SampleType; typedef itk::Statistics::ListSample<SampleType> ListSampleType; typedef itk::Statistics::WeightedCentroidKdTreeGenerator<ListSampleType> TreeGeneratorType; -- GitLab