From 837ab92634440329a009933bf3993c408d9d642f Mon Sep 17 00:00:00 2001
From: Julien Malik <julien.malik@c-s.fr>
Date: Tue, 27 Sep 2011 15:10:32 +0200
Subject: [PATCH] STYLE: clean up

---
 Code/Wrappers/SWIG/otbWrapperSWIGIncludes.h | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/Code/Wrappers/SWIG/otbWrapperSWIGIncludes.h b/Code/Wrappers/SWIG/otbWrapperSWIGIncludes.h
index 336e067ea7..8270d7a819 100644
--- a/Code/Wrappers/SWIG/otbWrapperSWIGIncludes.h
+++ b/Code/Wrappers/SWIG/otbWrapperSWIGIncludes.h
@@ -18,21 +18,11 @@
 #ifndef __otbWrapperSWIGIncludes_h
 #define __otbWrapperSWIGIncludes_h
 
-//#include "otbWrapperParameter.h"
-//#include "otbWrapperParameterGroup.h"
 #include "otbWrapperApplication.h"
 #include "otbWrapperApplicationRegistry.h"
 
-
-//typedef otb::Wrapper::Parameter                        Parameter;
-//typedef otb::Wrapper::Parameter::Pointer::SmartPointer Parameter_Pointer;
-
-//typedef otb::Wrapper::ParameterGroup                        ParameterGroup;
-//typedef otb::Wrapper::ParameterGroup::Pointer::SmartPointer ParameterGroup_Pointer;
-
 typedef otb::Wrapper::Application                        Application;
 typedef otb::Wrapper::Application::Pointer               Application_Pointer;
-
 typedef otb::Wrapper::ApplicationRegistry                Registry;
 
 
-- 
GitLab