diff --git a/Modules/Applications/AppClassification/include/otbLearningApplicationBase.txx b/Modules/Applications/AppClassification/include/otbLearningApplicationBase.txx
index 718908d9f682ea4cd1de0d102664a8ded2a31c7e..8bff078e0b990f3fea10c215d1287e7e1e087e98 100644
--- a/Modules/Applications/AppClassification/include/otbLearningApplicationBase.txx
+++ b/Modules/Applications/AppClassification/include/otbLearningApplicationBase.txx
@@ -55,10 +55,6 @@ LearningApplicationBase<TInputValue,TOutputValue>
   AddParameter(ParameterType_Choice, "classifier", "Classifier to use for the training");
   SetParameterDescription("classifier", "Choice of the classifier to use for the training.");
 
-  AddParameter(ParameterType_Choice, "category", "Type of classifier use for the training (supervised or unsupervised");
-  SetParameterDescription("category", "Choice of the classifier type to use for the training, "
-          "choice is supervised or unsupervised.");
-
   InitSupervisedClassifierParams();
   m_SupervisedClassifier = GetChoiceKeys("classifier");