Remove Options::isSet()
[alexxy/gromacs.git] / src / gromacs / options / options.h
index 67fcf257375cc7c86d986f408999047d0b32de6b..43afe21d40482f1ed79fc6a0c994ea1c01835227 100644 (file)
@@ -175,8 +175,6 @@ class Options : public IOptionsContainer
         virtual OptionInfo *addOption(const AbstractOption &settings);
         using IOptionsContainer::addOption;
 
-        //! Returns true if option \p name is set.
-        bool isSet(const char *name) const;
         /*! \brief
          * Notifies the collection that all option values are assigned.
          *