Make 'gmx -h' invariant wrt. provided options
[alexxy/gromacs.git] / src / gromacs / commandline / cmdlinehelpmodule.h
index a0eb12cc747a1bd68b3bc928b4c70ae36139d19f..fa120c732e3498e7e384f3a5c89f03727d9f192d 100644 (file)
@@ -53,7 +53,6 @@ namespace gmx
 
 class CommandLineHelpContext;
 class File;
-class Options;
 class ProgramContextInterface;
 
 class CommandLineHelpModuleImpl;
@@ -107,8 +106,6 @@ class CommandLineHelpModule : public CommandLineModuleInterface
         void addTopic(HelpTopicPointer topic);
         //! Sets whether hidden options will be shown in help.
         void setShowHidden(bool bHidden);
-        //! Sets the common options for the wrapper binary.
-        void setCommonOptions(const Options *options);
         /*! \brief
          * Sets an override to show the help for the given module.
          *