New feature to allow to register components with different names for same class:...
[anna.git] / include / anna / core / util / Configuration.hpp
index 8e05069..1e1cb7c 100644 (file)
@@ -28,12 +28,6 @@ class Configuration {
 public:
   static const char* defaultSection;
 
-  /**
-     Constructor.
-     \param className Nombre de la clase usado para registrar en la lista de componentes.
-  */
-  Configuration(const char* className) {;}
-
   /**
      Constructor.
   */