X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetCommandParams.h;h=5e043a4e57395ec69a77a75b4755309b32446cb7;hb=2c357c1d23b7b83839a9beb8225d4f1ae4f793b4;hp=3a69a7895d1387c06e249f3b52d19c3d22607a32;hpb=07b6198f4c3aa6dfe3245394b660966fd3e85c99;p=lyx.git diff --git a/src/insets/InsetCommandParams.h b/src/insets/InsetCommandParams.h index 3a69a7895d..5e043a4e57 100644 --- a/src/insets/InsetCommandParams.h +++ b/src/insets/InsetCommandParams.h @@ -18,7 +18,6 @@ #include "support/docstring.h" #include -#include #include #include @@ -38,36 +37,6 @@ struct CommandInfo { bool const * optional; }; -/// -struct ICPInfo { - /// - ICPInfo(std::string const & s, bool b); - /// Parameter name. - std::string paramName; - /// Whether it is optional. - bool optional; -}; -/// -typedef std::list PList; -/// -class ICPList { - public: - /// - PList::const_iterator begin() { return plist_.begin(); } - /// - PList::const_iterator end() { return plist_.end(); } - /// - void clear() { plist_.clear(); } - /// - void addParam(std::string const & s, bool b = false); - /// - bool hasParam(std::string const & s); - private: - /// - PList plist_; - -}; - class InsetCommandParams { public: