@@ -411,8 +411,6 @@ void mexFunction(int nlhs,
411
411
.reg (" setNoneDefinition" , SETTER (const boost::none_t , nix::Section, definition))
412
412
.reg (" setRepository" , SETTER (const std::string&, nix::Section, repository))
413
413
.reg (" setNoneRepository" , SETTER (const boost::none_t , nix::Section, repository))
414
- .reg (" setMapping" , SETTER (const std::string&, nix::Section, mapping))
415
- .reg (" setNoneMapping" , SETTER (const boost::none_t , nix::Section, mapping))
416
414
.reg (" createSection" , &nix::Section::createSection)
417
415
.reg (" deleteSection" , REMOVER (nix::Section, nix::Section, deleteSection))
418
416
.reg (" openProperty" , GETBYSTR (nix::Property, nix::Section, getProperty))
@@ -443,8 +441,6 @@ void mexFunction(int nlhs,
443
441
.reg (" setNoneDefinition" , SETTER (const boost::none_t , nix::Property, definition))
444
442
.reg (" setUnit" , SETTER (const std::string&, nix::Property, unit))
445
443
.reg (" setNoneUnit" , SETTER (const boost::none_t , nix::Property, unit))
446
- .reg (" setMapping" , SETTER (const std::string&, nix::Property, mapping))
447
- .reg (" setNoneMapping" , SETTER (const boost::none_t , nix::Property, mapping))
448
444
.reg (" valueCount" , GETTER (nix::ndsize_t , nix::Property, valueCount))
449
445
.reg (" setNoneValue" , SETTER (const boost::none_t , nix::Property, values));
450
446
0 commit comments